SecurityDataCollector::collect()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

collect(Request $request,

2025-01-10 15:47:30
SecurityDataCollector::getVoters()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

string[] getVoters() Returns the FQCN of the security voters enabled in the application.

2025-01-10 15:47:30
SecurityDataCollector::getRoles()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

array getRoles() Gets the roles of the user.

2025-01-10 15:47:30
SecurityDataCollector::getName()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

string getName() Returns the name of the collector.

2025-01-10 15:47:30
SecurityDataCollector::getAccessDecisionLog()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

array getAccessDecisionLog() Returns the log of the security decisions made by the access decision

2025-01-10 15:47:30
SecurityDataCollector::isAuthenticated()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

bool isAuthenticated() Checks if the user is authenticated or not.

2025-01-10 15:47:30
SecurityDataCollector::getInheritedRoles()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

array getInheritedRoles() Gets the inherited roles of the user.

2025-01-10 15:47:30
SecurityDataCollector
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

class SecurityDataCollector extends

2025-01-10 15:47:30
SecurityDataCollector::getLogoutUrl()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

string getLogoutUrl() Get the provider key (i.e. the name of the active firewall).

2025-01-10 15:47:30
SecurityDataCollector::supportsRoleHierarchy()
  • References/PHP/Symfony/Bundle/SecurityBundle/DataCollector

bool supportsRoleHierarchy() Checks if the data contains information about inherited roles. Still

2025-01-10 15:47:30