InteractiveLoginEvent::getAuthenticationToken()

TokenInterface getAuthenticationToken() Gets the authentication token. Return Value TokenInterface A TokenInterface instance

TraceableArgumentResolver

class TraceableArgumentResolver implements ArgumentResolverInterface Methods __construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch) array getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. Details __construct(ArgumentResolverInterface $resolver, Stopwatch $stopwatch) Parameters ArgumentResolverInterface $resolver Stopwatch $stopwatch array ge

FilenameFilterIterator

class FilenameFilterIterator extends MultiplePcreFilterIterator FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string). Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(Iterator $iterator, array $matchPatterns, array $noMatchPatterns) Constructor. from MultiplePcreFilterIterator bool accept() Filters the iterator values.

MultiplePcreFilterIterator

class MultiplePcreFilterIterator extends FilterIterator MultiplePcreFilterIterator filters files using patterns (regexps, globs or strings). Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(Iterator $iterator, array $matchPatterns, array $noMatchPatterns) Constructor. Details rewind() This is a workaround f

Glob::isExpandable()

bool isExpandable() Tests if glob is expandable ("*.{a,b}" syntax). Return Value bool

Locale deprecated::getIcuDataDirectory()

static string getIcuDataDirectory() Returns the directory path of the ICU data that ships with Symfony. Return Value string The path to the ICU data directory

Command deprecated::cmd()

Command cmd(string $esc) Appends escaped special command chars. Parameters string $esc Return Value Command The current Command instance

Process::hasBeenSignaled()

bool hasBeenSignaled() Returns true if the child process has been terminated by an uncaught signal. It always returns false on Windows. Return Value bool Exceptions RuntimeException In case --enable-sigchild is activated LogicException In case the process is not terminated

Component\Form\Extension\Csrf\CsrfProvider

Classes DefaultCsrfProvider Default implementation of CsrfProviderInterface. SessionCsrfProvider This provider uses a Symfony2 Session object to retrieve the user's session ID. Interfaces CsrfProviderInterface Marks classes able to provide CSRF protection

SetAclCommand

class SetAclCommand extends ContainerAwareCommand Sets ACL for objects. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application getApplication