KernelInterface::getCharset()

string getCharset() Gets the charset of the application. Return Value string The charset

Button::has()

bool has(string $name) Unsupported method. Parameters string $name The name of the child Return Value bool

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

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)

TranslationNodeVisitor::enable()

enable()

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

DebugClassLoader deprecated

class DebugClassLoader deprecated since version 2.4, to be removed in 3.0. Use {@link \Symfony\Component\Debug\DebugClassLoader} instead. Autoloader checking if the class is really defined in the file found. The DebugClassLoader will wrap all registered autoloaders providing a findFile method and will throw an exception if a file is found but does not declare the class. Methods __construct(object $classFinder) Constructor. object getClassLoader() Gets the wrapped class loader.

Security

class Security This class holds security information. Constants ACCESS_DENIED_ERROR AUTHENTICATION_ERROR LAST_USERNAME MAX_USERNAME_LENGTH