AbstractRememberMeServices::loginSuccess()

final loginSuccess(Request $request, Response $response, TokenInterface $token) Implementation for RememberMeServicesInterface. This is called when an authentication is successful. Parameters Request $request Response $response TokenInterface $token

CompilerDebugDumpPass::getCompilerLogFilename()

static getCompilerLogFilename(ContainerInterface $container) Parameters ContainerInterface $container

FlattenException deprecated

class FlattenException deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. FlattenException wraps a PHP Exception to be able to serialize it. Basically, this class removes all objects from the trace. Methods static __callStatic($method, $args) __call($method, $args) Details static __callStatic($method, $args) Parameters $method $args __call($metho

ConstraintViolationBuilderInterface::atPath()

ConstraintViolationBuilderInterface atPath(string $path) Stores the property path at which the violation should be generated. The passed path will be appended to the current property path of the execution context. Parameters string $path The property path Return Value ConstraintViolationBuilderInterface This builder

WindowsPipes::getDescriptors()

array getDescriptors() Returns an array of descriptors for the use of proc_open. Return Value array

Bridge\Twig

Namespaces Symfony\Bridge\Twig\ExtensionSymfony\Bridge\Twig\FormSymfony\Bridge\Twig\NodeSymfony\Bridge\Twig\NodeVisitorSymfony\Bridge\Twig\TokenParserSymfony\Bridge\Twig\Translation Classes TwigEngine This engine knows how to render Twig templates.

Acl::updateObjectAuditing()

updateObjectAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for object-based ACE Parameters int $index bool $auditSuccess bool $auditFailure

Packages::getUrl()

string getUrl(string $path, string $packageName = null) Returns the public path. Absolute paths (i.e. http://...) are returned unmodified. Parameters string $path A public path string $packageName The name of the asset package to use Return Value string A public path which takes into account the base path and URL path

FormInterface::submit()

FormInterface submit(null|string|array $submittedData, bool $clearMissing = true) Submits data to the form, transforms and validates it. Parameters null|string|array $submittedData The submitted data bool $clearMissing Whether to set fields to NULL when they are missing in the submitted data. Return Value FormInterface The form instance Exceptions AlreadySubmittedException If the form has already been submitted.

AccessDeniedException

class AccessDeniedException extends FileException Thrown when the access on a file was denied. Methods __construct(string $path) Constructor. Details __construct(string $path) Constructor. Parameters string $path The path to the accessed file