ExcludeDirectoryFilterIterator::getChildren()

getChildren()

ExcludeDirectoryFilterIterator::accept()

bool accept() Filters the iterator values. Return Value bool True if the value should be kept, false otherwise

ExcludeDirectoryFilterIterator

class ExcludeDirectoryFilterIterator extends FilterIterator implements RecursiveIterator ExcludeDirectoryFilterIterator filters out directories. 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 $directories) Constructor. bool accept() Filters the iterator values. hasChildren() getChildren() Details

ExceptionListenerPass

class ExceptionListenerPass implements CompilerPassInterface Registers the Twig exception listener if Twig is registered as a templating engine. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

ExceptionListener

class ExceptionListener ExceptionListener catches authentication exception and converts them to Response instances. Traits TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate. Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationTrustResolverInterface $trustResolver, HttpUtils $httpUtils, $providerKey, AuthenticationEntryPointInterface $authenticationEntryPoint = null, $errorPage = null, AccessDeniedHandlerInter

ExceptionListener

class ExceptionListener implements EventSubscriberInterface ExceptionListener. Methods __construct($controller, LoggerInterface $logger = null) onKernelException(GetResponseForExceptionEvent $event) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct($controller, LoggerInterface $logger = null) Parameters $controller LoggerInterface $logger

ExceptionInterface

interface ExceptionInterface Exception interface for all exceptions thrown by the component.

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Validator component.

ExceptionInterface

interface ExceptionInterface Exception interface for all exceptions thrown by the component.

ExceptionInterface

interface ExceptionInterface Base exception interface.