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

ProfilerController::panelAction()

Response panelAction(Request $request, string $token) Renders a profiler panel for the given token. Parameters Request $request The current HTTP request string $token The profiler token Return Value Response A Response instance Exceptions NotFoundHttpException

Route::getPath()

string getPath() Returns the pattern for the path. Return Value string The path pattern

FormType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

Button::getConfig()

FormConfigInterface getConfig() Returns the button's configuration. Return Value FormConfigInterface The configuration