https://test.fundmytextbooks.com/public/active-campaigns

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#2476
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
  -secret: "AKZUGF3"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider (none)
context main
entry_point security.authentication.form_entry_point.main
user_checker fos_user.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#2519
  -map: Symfony\Component\Security\Http\AccessMap {#2520 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#2504 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#2526
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#540 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#2504 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2527 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#685 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#2502 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#2532 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#541 …}
    "enableUsageTracking"
  ]
}
0.02 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#2480
  #options: [
    "check_path" => "/login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#2504 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#531 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#2497 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#541 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#2479 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#685 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#2477 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#2475 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#2532 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#509 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#2472
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#540 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#2532 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#531 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2504 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#685 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#2479 …}
}
0.01 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#2469
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#540 …}
  -secret: "AKZUGF3"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#531 …}
  -logger: Symfony\Bridge\Monolog\Logger {#2504 …}
}
0.48 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#2506
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#541 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#2497 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#2507 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#2464
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#541 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#528 …}
  -map: Symfony\Component\Security\Http\AccessMap {#2520 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#531 …}
  -exceptionOnNoToken: true
}
0.03 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"FMT\Application\Voter\AdminPanelVoter"
5
"FMT\Application\Voter\CampaignVoter"
6
"FMT\Application\Voter\CartVoter"
7
"FMT\Application\Voter\CommandVoter"
8
"FMT\Application\Voter\DonorVoter"
9
"FMT\Application\Voter\TransactionVoter"
10
"FMT\Application\Voter\UserContactVoter"
11
"FMT\Application\Voter\UserVoter"
12
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
3 GRANTED canFund
FMT\Data\Entity\Campaign {#2875
  -id: 82
  -user: FMT\Data\Entity\User {#3455 …}
  -startDate: DateTime @1761548400 {#2889
    date: 2025-10-27 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1807858800 {#2908
    date: 2027-04-16 07:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21018
  -estimatedCost: 328218
  -fundedTotal: 0
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4128 …}
  -contacts: Doctrine\ORM\PersistentCollection {#2959 …}
  -orders: Doctrine\ORM\PersistentCollection {#4476 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4329 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4387 …}
  #createdAt: DateTime @1761670059 {#2917
    date: 2025-10-28 16:47:39.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1761670092 {#2896
    date: 2025-10-28 16:48:12.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS GRANTED
Show voter details
4 DENIED canSeeDaysLeft
FMT\Data\Entity\Campaign {#2875
  -id: 82
  -user: FMT\Data\Entity\User {#3455 …}
  -startDate: DateTime @1761548400 {#2889
    date: 2025-10-27 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1807858800 {#2908
    date: 2027-04-16 07:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21018
  -estimatedCost: 328218
  -fundedTotal: 0
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4128 …}
  -contacts: Doctrine\ORM\PersistentCollection {#2959 …}
  -orders: Doctrine\ORM\PersistentCollection {#4476 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4329 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4387 …}
  #createdAt: DateTime @1761670059 {#2917
    date: 2025-10-28 16:47:39.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1761670092 {#2896
    date: 2025-10-28 16:48:12.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS DENIED
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
5 GRANTED canFund
FMT\Data\Entity\Campaign {#4436
  -id: 80
  -user: FMT\Data\Entity\User {#3719 …}
  -startDate: DateTime @1757919600 {#2893
    date: 2025-09-15 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1822287600 {#4435
    date: 2027-09-30 07:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21018
  -estimatedCost: 328218
  -fundedTotal: 70004
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4432 …}
  -contacts: Doctrine\ORM\PersistentCollection {#4430 …}
  -orders: Doctrine\ORM\PersistentCollection {#4428 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4426 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4424 …}
  #createdAt: DateTime @1758053376 {#4434
    date: 2025-09-16 20:09:36.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1758214077 {#4433
    date: 2025-09-18 16:47:57.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS GRANTED
Show voter details
6 DENIED canSeeDaysLeft
FMT\Data\Entity\Campaign {#4436
  -id: 80
  -user: FMT\Data\Entity\User {#3719 …}
  -startDate: DateTime @1757919600 {#2893
    date: 2025-09-15 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1822287600 {#4435
    date: 2027-09-30 07:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21018
  -estimatedCost: 328218
  -fundedTotal: 70004
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4432 …}
  -contacts: Doctrine\ORM\PersistentCollection {#4430 …}
  -orders: Doctrine\ORM\PersistentCollection {#4428 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4426 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4424 …}
  #createdAt: DateTime @1758053376 {#4434
    date: 2025-09-16 20:09:36.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1758214077 {#4433
    date: 2025-09-18 16:47:57.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS DENIED
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
7 GRANTED canFund
FMT\Data\Entity\Campaign {#4420
  -id: 78
  -user: FMT\Data\Entity\User {#3738 …}
  -startDate: DateTime @1756278000 {#4423
    date: 2025-08-27 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1827475200 {#4419
    date: 2027-11-29 08:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21598
  -estimatedCost: 336796
  -fundedTotal: 0
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4416 …}
  -contacts: Doctrine\ORM\PersistentCollection {#4414 …}
  -orders: Doctrine\ORM\PersistentCollection {#4412 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4410 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4408 …}
  #createdAt: DateTime @1756330079 {#4418
    date: 2025-08-27 21:27:59.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1756330087 {#4417
    date: 2025-08-27 21:28:07.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS GRANTED
Show voter details
8 DENIED canSeeDaysLeft
FMT\Data\Entity\Campaign {#4420
  -id: 78
  -user: FMT\Data\Entity\User {#3738 …}
  -startDate: DateTime @1756278000 {#4423
    date: 2025-08-27 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1827475200 {#4419
    date: 2027-11-29 08:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21598
  -estimatedCost: 336796
  -fundedTotal: 0
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4416 …}
  -contacts: Doctrine\ORM\PersistentCollection {#4414 …}
  -orders: Doctrine\ORM\PersistentCollection {#4412 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4410 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4408 …}
  #createdAt: DateTime @1756330079 {#4418
    date: 2025-08-27 21:27:59.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1756330087 {#4417
    date: 2025-08-27 21:28:07.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS DENIED
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
9 GRANTED canFund
FMT\Data\Entity\Campaign {#4404
  -id: 79
  -user: FMT\Data\Entity\User {#3442 …}
  -startDate: DateTime @1756191600 {#4406
    date: 2025-08-26 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1882854000 {#4403
    date: 2029-08-31 07:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21018
  -estimatedCost: 328218
  -fundedTotal: 0
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4400 …}
  -contacts: Doctrine\ORM\PersistentCollection {#4398 …}
  -orders: Doctrine\ORM\PersistentCollection {#4396 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4385 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4247 …}
  #createdAt: DateTime @1756330565 {#4402
    date: 2025-08-27 21:36:05.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1756330571 {#4401
    date: 2025-08-27 21:36:11.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS GRANTED
Show voter details
10 DENIED canSeeDaysLeft
FMT\Data\Entity\Campaign {#4404
  -id: 79
  -user: FMT\Data\Entity\User {#3442 …}
  -startDate: DateTime @1756191600 {#4406
    date: 2025-08-26 07:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1882854000 {#4403
    date: 2029-08-31 07:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 21018
  -estimatedCost: 328218
  -fundedTotal: 0
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#4400 …}
  -contacts: Doctrine\ORM\PersistentCollection {#4398 …}
  -orders: Doctrine\ORM\PersistentCollection {#4396 …}
  -transactions: Doctrine\ORM\PersistentCollection {#4385 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#4247 …}
  #createdAt: DateTime @1756330565 {#4402
    date: 2025-08-27 21:36:05.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1756330571 {#4401
    date: 2025-08-27 21:36:11.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS DENIED
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
11 GRANTED canFund
FMT\Data\Entity\Campaign {#4251
  -id: 30
  -user: FMT\Data\Entity\User {#4085 …}
  -startDate: DateTime @1739404800 {#4248
    date: 2025-02-13 00:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1782777600 {#4380
    date: 2026-06-30 00:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 35981
  -estimatedCost: 550074
  -fundedTotal: 260000
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#3009 …}
  -contacts: Doctrine\ORM\PersistentCollection {#3011 …}
  -orders: Doctrine\ORM\PersistentCollection {#3013 …}
  -transactions: Doctrine\ORM\PersistentCollection {#3015 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#3017 …}
  #createdAt: DateTime @1739541467 {#2993
    date: 2025-02-14 13:57:47.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1739798080 {#3008
    date: 2025-02-17 13:14:40.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS GRANTED
Show voter details
12 DENIED canSeeDaysLeft
FMT\Data\Entity\Campaign {#4251
  -id: 30
  -user: FMT\Data\Entity\User {#4085 …}
  -startDate: DateTime @1739404800 {#4248
    date: 2025-02-13 00:00:00.0 UTC (+00:00)
  }
  -endDate: DateTime @1782777600 {#4380
    date: 2026-06-30 00:00:00.0 UTC (+00:00)
  }
  -shippingOption: 1
  -estimatedShipping: 0
  -shippingName: "Default shipping"
  -estimatedTax: 35981
  -estimatedCost: 550074
  -fundedTotal: 260000
  -purchasedTotal: 0
  -donationsFromPrevious: 0
  -status: 0
  -isPaused: 0
  -pausedAt: null
  -books: Doctrine\ORM\PersistentCollection {#3009 …}
  -contacts: Doctrine\ORM\PersistentCollection {#3011 …}
  -orders: Doctrine\ORM\PersistentCollection {#3013 …}
  -transactions: Doctrine\ORM\PersistentCollection {#3015 …}
  -massMailingCalled: 0
  -school: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1611 …}
  -transactionHistory: Doctrine\ORM\PersistentCollection {#3017 …}
  #createdAt: DateTime @1739541467 {#2993
    date: 2025-02-14 13:57:47.0 UTC (+00:00)
  }
  #updatedAt: DateTime @1739798080 {#3008
    date: 2025-02-17 13:14:40.0 UTC (+00:00)
  }
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS DENIED
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details