FormLoginFactory::getKey()

getKey()

RangeType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

LocaleDataProvider

class LocaleDataProvider Data provider for locale-related ICU data. Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. getLocales() getAliases() getName($locale, $displayLocale = null) getNames($displayLocale = null) Details __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-rel

ExecutionContextInterface::markGroupAsValidated()

markGroupAsValidated(string $cacheKey, string $groupHash) Marks an object as validated in a specific validation group. Parameters string $cacheKey The hash of the object string $groupHash The group's name or hash, if it is group sequence

WebDebugToolbarListener

class WebDebugToolbarListener implements EventSubscriberInterface WebDebugToolbarListener injects the Web Debug Toolbar. The onKernelResponse method must be connected to the kernel.response event. The WDT is only injected on well-formed HTML (with a proper

ConsoleEvent::getCommand()

Command getCommand() Gets the command that is executed. Return Value Command A Command instance

ChoiceList deprecated::getPreferredViews()

array getPreferredViews() Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys. Example: array( 'Group 1' => array( 10 => ChoiceView object, 20 => ChoiceView object, ), 'Group 2' => array( 30 => ChoiceView object, ), ) Return Value array A nested array containing the views with the corresponding choice indices as keys on the lowest levels and the choice group names in the keys of the higher levels

Component\Stopwatch

Classes Section Stopwatch Stopwatch provides a way to profile code. StopwatchEvent Represents an Event managed by Stopwatch. StopwatchPeriod Represents an Period for an Event.

SecurityIdentityRetrievalStrategy

class SecurityIdentityRetrievalStrategy implements SecurityIdentityRetrievalStrategyInterface Strategy for retrieving security identities Methods __construct(RoleHierarchyInterface $roleHierarchy, AuthenticationTrustResolver $authenticationTrustResolver) Constructor SecurityIdentityInterface[] getSecurityIdentities(TokenInterface $token) Retrieves the available security identities for the given token Details __construct(RoleHierarchyInterface $roleHi

ControllerResolver::getController()

callable|false getController(Request $request) Returns the Controller instance associated with a Request. As several resolvers can exist for a single application, a resolver must return false when it is not able to determine the controller. The resolver must only throw an exception when it should be able to load controller but cannot because of some errors made by the developer. Parameters Request $request A Request instance Return Value callable|false A PHP callable representi