FormExtension::getFunctions()

getFunctions() {@inheritdoc}

RememberMeServicesInterface::autoLogin()

TokenInterface autoLogin(Request $request) This method will be called whenever the TokenStorage does not contain a TokenInterface object and the framework wishes to provide an implementation with an opportunity to authenticate the request using remember-me capabilities. No attempt whatsoever is made to determine whether the browser has requested remember-me services or presented a valid cookie. Any and all such determinations are left to the implementation of this method. If a b

PhpStringTokenParser::parseEscapeSequences()

static string parseEscapeSequences(string $str, null|string $quote) Parses escape sequences in strings (all string types apart from single quoted). Parameters string $str String without quotes null|string $quote Quote type Return Value string String with escape sequences parsed

SvnCommit

class SvnCommit An SVN commit. Methods __construct(SimpleXMLElement $svnInfo) Creates a commit from the given "svn info" data. string getRevision() Returns the revision of the commit. string getAuthor() Returns the author of the commit. string getDate() Returns the date of the commit. Details __construct(SimpleXMLElement $svnInfo) Creates a commit from the given "svn info" data. Parameters SimpleXMLElement $svnInfo The XML res

Bridge\Doctrine\DependencyInjection\Security\UserProvider

Classes EntityFactory EntityFactory creates services for Doctrine user provider.

ChannelListener

class ChannelListener implements ListenerInterface ChannelListener switches the HTTP protocol based on the access control configuration. Methods __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null) handle(GetResponseEvent $event) Handles channel management. Details __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterf

TemplateReference::getPath()

string getPath() Returns the path to the template - as a path when the template is not part of a bundle - as a resource when the template is part of a bundle. Return Value string A path to the template or a resource

ResolvedFormTypeInterface::getOptionsResolver()

OptionsResolver getOptionsResolver() Returns the configured options resolver used for this type. Return Value OptionsResolver The options resolver

FormInterface::getName()

string getName() Returns the name by which the form is identified in forms. Return Value string The name of the form

UnsupportedMediaTypeHttpException

class UnsupportedMediaTypeHttpException extends HttpException UnsupportedMediaTypeHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous