Compiler::subcompile()

subcompile(Node $node) Parameters Node $node

DeprecationErrorHandler deprecated::handle()

static handle($errorNumber, $message, $file, $line, $context) Parameters $errorNumber $message $file $line $context

XmlDescriptor::getApplicationDocument()

DOMDocument getApplicationDocument(Application $application, string|null $namespace = null) Parameters Application $application string|null $namespace Return Value DOMDocument

PersistentTokenBasedRememberMeServices

class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities. Constants COOKIE_DELIMITER Methods __construct(array $userProviders, string $secret, string $providerKey, array $options = array(), LoggerInterface $logger = null) Constructor. from AbstractRememberMeServices string getRememberMeParameter() Return

ExecutionContextInterface deprecated::getValue()

mixed getValue() Returns the value that the validator is currently validating. If you want to retrieve the object that was originally passed to the validator, use {@link getRoot}. Return Value mixed The currently validated value.

CsrfValidationListener::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

UndefinedFunctionFatalErrorHandler

class UndefinedFunctionFatalErrorHandler implements FatalErrorHandlerInterface ErrorHandler for undefined functions. Methods FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Details FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Parameters array $error An array as returned by err

Bundle\WebProfilerBundle\Profiler

Classes TemplateManager Profiler Templates Manager

JsonFileLoader

class JsonFileLoader extends FileLoader JsonFileLoader loads translations from an json file. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. from FileLoader Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A Me

Bridge\Monolog\Processor

Classes WebProcessor WebProcessor override to read from the HttpFoundation's Request