Component\HttpKernel\EventListener

Classes ErrorsLoggerListener Injects the logger into the ErrorHandler, so that it can log various errors. EsiListener EsiListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for ESI. ExceptionListener ExceptionListener. FragmentListener Handles content fragments represented by special URIs. LocaleListener Initializes the locale based on the current request. ProfilerListener ProfilerListener collects data for the current request by listening t

PhpFileLoader

class PhpFileLoader extends FileLoader PhpFileLoader loads service definitions from a PHP file. The PHP file is required and the $container variable can be used within the file to change the container. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource =

DumpTokenParser::parse()

parse(Twig_Token $token) {@inheritdoc} Parameters Twig_Token $token

TranslationNodeVisitor::enable()

enable()

Request::getContentType()

string|null getContentType() Gets the format associated with the request. Return Value string|null The format (null if no content type is present)

DataTransformerChain

class DataTransformerChain implements DataTransformerInterface Passes a value through multiple value transformers. Methods __construct(array $transformers) Uses the given value transformers to transform values. mixed transform(mixed $value) Passes the value through the transform() method of all nested transformers. mixed reverseTransform(mixed $value) Passes the value through the reverseTransform() method of all nested transformers. DataTransformerInterface[] getTransforme

DumpListener::configure()

configure()

CardScheme::getRequiredOptions()

array getRequiredOptions() Returns the name of the required options. Override this method if you want to define required options. Return Value array

Output::getVerbosity()

int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)

Bridge\Doctrine\Security\RememberMe

Classes DoctrineTokenProvider This class provides storage for the tokens that is set in "remember me" cookies. This way no password secrets will be stored in the cookies on the client machine, and thus the security is improved.