FormFactoryBuilder::addTypeExtensions()

FormFactoryBuilderInterface addTypeExtensions(array $typeExtensions) Adds a list of form type extensions to the factory. Parameters array $typeExtensions The form type extensions. Return Value FormFactoryBuilderInterface The builder.

HelperInterface::getCharset()

string getCharset() Gets the default charset. Return Value string The default charset

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}

DumperRoute::getRoute()

Route getRoute() Returns the route. Return Value Route The route

AppVariable::getEnvironment()

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

LanguageDataProvider::getAliases()

getAliases()

AttributeMatchingExtension::getName()

string getName() Returns extension name. Return Value string

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()

ConsoleTerminateEvent

class ConsoleTerminateEvent extends ConsoleEvent Allows to manipulate the exit code of a command after its execution. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispa