ChainExtractor

class ChainExtractor implements ExtractorInterface ChainExtractor extracts translation messages from template files. Methods addExtractor(string $format, ExtractorInterface $extractor) Adds a loader to the translation extractor. setPrefix(string $prefix) Sets the prefix that should be used for new found messages. extract(string $directory, MessageCatalogue $catalogue) Extracts translation messages from a template directory to the catalogue. Details

OptionsResolver::count()

int count() Returns the number of set options. This may be only a subset of the defined options. Return Value int Number of options Exceptions AccessException If accessing this method outside of {@link resolve()} See also \Countable::count()

ExecutionContext::markObjectAsInitialized()

markObjectAsInitialized(string $cacheKey) Marks that an object was initialized. Parameters string $cacheKey The hash of the object

ConfigCachePass

class ConfigCachePass implements CompilerPassInterface Adds services tagged configcache.resourcechecker to the configcachefactory service, ordering them by priority. 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

SessionListener

class SessionListener implements EventSubscriberInterface Sets the session in the request. Methods onKernelRequest(GetResponseEvent $event) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event static array getSubscribedEvents() Returns an array of event names this

Bridge\Monolog\Formatter

Classes ConsoleFormatter Formats incoming records for console output by coloring them depending on log level.

Entry::setAuditSuccess()

setAuditSuccess(bool $boolean) Turns on/off auditing on permission grants. Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters bool $boolean

OutputFormatterStyleStack::getCurrent()

OutputFormatterStyle getCurrent() Computes current style with stacks top codes. Return Value OutputFormatterStyle

RetryAuthenticationEntryPoint

class RetryAuthenticationEntryPoint implements AuthenticationEntryPointInterface RetryAuthenticationEntryPoint redirects URL based on the configured scheme. This entry point is not intended to work with HTTP post requests. Methods __construct($httpPort = 80, $httpsPort = 443) Response start(Request $request, AuthenticationException $authException = null) Starts the authentication scheme. Details __construct($httpPort = 80, $httpsPort = 443)

InputInterface::hasArgument()

bool hasArgument(string|int $name) Returns true if an InputArgument object exists by name or position. Parameters string|int $name The InputArgument name or position Return Value bool true if the InputArgument object exists, false otherwise