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

FormConfigBuilderInterface::setPropertyPath()

FormConfigBuilderInterface setPropertyPath(null|string|PropertyPathInterface $propertyPath) Sets the property path that the form should be mapped to. Parameters null|string|PropertyPathInterface $propertyPath The property path or null if the path should be set automatically based on the form's name. Return Value FormConfigBuilderInterface The configuration object

AccessDeniedException

class AccessDeniedException extends RuntimeException AccessDeniedException is thrown when the account has not the required role. Methods __construct($message = 'Access Denied.', Exception $previous = null) Details __construct($message = 'Access Denied.', Exception $previous = null) Parameters $message Exception $previous

AbstractFormLoginAuthenticator::onAuthenticationSuccess()

Response|null onAuthenticationSuccess(Request $request, TokenInterface $token, string $providerKey) Override to change what happens after successful authentication. Parameters Request $request TokenInterface $token string $providerKey The provider (i.e. firewall) key Return Value Response|null

AbstractSurrogateFragmentRenderer

class AbstractSurrogateFragmentRenderer extends RoutableFragmentRenderer Implements Surrogate rendering strategy. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(SurrogateInterface $surrogate = null, FragmentRendererInterface $inlineStrategy, UriSigner $signer = null) Constructor. Response render(string|ControllerReference $uri, Request $request, array $options = array()) Renders a URI an

SecondTransformer

class SecondTransformer extends Transformer Parser and formatter for the second format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching r

TranslationDataCollector::getName()

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

EntityType::getQueryBuilderPartsForCachingHash()

array|false getQueryBuilderPartsForCachingHash(object $queryBuilder) We consider two query builders with an equal SQL string and equal parameters to be equal. Parameters object $queryBuilder Return Value array|false Array with important QueryBuilder parts or false if they can't be determined

Locale::acceptFromHttp()

static string acceptFromHttp(string $header) Not supported. Returns the best available locale based on HTTP "Accept-Language" header according to RFC 2616. Parameters string $header The string containing the "Accept-Language" header value Return Value string The corresponding locale code Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.acceptfromhttp.php

Locale::getDisplayLanguage()

static string getDisplayLanguage(string $locale, string $inLocale = null) Not supported. Returns the localized display name for the locale language. Parameters string $locale The locale code to return the display language from string $inLocale Optional format locale code to use to display the language name Return Value string The localized language display name Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getdisplaylanguage.p