FormInterface::getName()

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

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

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

Bridge\Doctrine\DependencyInjection\Security\UserProvider

Classes EntityFactory EntityFactory creates services for Doctrine user provider.

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

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

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

FormExtension::getFunctions()

getFunctions() {@inheritdoc}

Definition::getTags()

array getTags() Returns all tags. Return Value array An array of tags

EmptyVersionStrategy

class EmptyVersionStrategy implements VersionStrategyInterface Disable version for all assets. Methods string getVersion(string $path) Returns the asset version for an asset. string applyVersion(string $path) Applies version to the supplied path. Details string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string string applyVe