PostAuthenticationGuardToken

class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface Used as an "authenticated" token, though it could be set to not-authenticated later. If you're using Guard authentication, you must use a class that implements GuardTokenInterface as your authenticated token (like this class). Methods __construct(UserInterface $user, string $providerKey, array $roles) RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername()

AttributeMatchingExtension::getName()

string getName() Returns extension name. Return Value string

AppVariable::getEnvironment()

string getEnvironment() Returns the current app environment. Return Value string The current environment string (e.g 'dev')

RouterDebugCommand

class RouterDebugCommand extends ContainerAwareCommand A console command for retrieving information about routes. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set.

MemberMetadata::getClassName()

getClassName() {@inheritdoc}

RequestDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

FormConfigInterface::getDataClass()

string getDataClass() Returns the class of the form data or null if the data is scalar or an array. Return Value string The data class or null

Application::setVersion()

setVersion(string $version) Sets the application version. Parameters string $version The application version

TranslationFormListener::preSetData()

preSetData(FormEvent $event) Parameters FormEvent $event

PhpEngine::getGlobals()

array getGlobals() Returns the assigned globals. Return Value array