ElementNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

CompilationContext::getCompiler()

BundleCompilerInterface getCompiler() Returns a resource bundle compiler. Return Value BundleCompilerInterface The loaded resource bundle compiler.

RequestHandlerInterface

interface RequestHandlerInterface Submits forms if they were submitted. Methods handleRequest(FormInterface $form, mixed $request = null) Submits a form if it was submitted. Details handleRequest(FormInterface $form, mixed $request = null) Submits a form if it was submitted. Parameters FormInterface $form The form to submit mixed $request The current request

YamlFileDumper

class YamlFileDumper extends FileDumper YamlFileDumper generates yaml files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options = arr

SessionInterface::migrate()

bool migrate(bool $destroy = false, int $lifetime = null) Migrates the current session to a new session id while maintaining all session attributes. Parameters bool $destroy Whether to delete the old session or leave it to garbage collection int $lifetime Sets the cookie lifetime for the session cookie. A null value will leave the system settings unchanged, 0 sets the cookie to expire with browser session. Time is in seconds, and is not a Unix timestamp. Return Value bool True

ConsoleTerminateEvent::getExitCode()

int getExitCode() Gets the exit code. Return Value int The command exit code

Firewall

class Firewall implements EventSubscriberInterface Firewall uses a FirewallMap to register security listeners for the given request. It allows for different security strategies within the same application (a Basic authentication for the /api, and a web based authentication for everything else for instance). Methods __construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher) Constructor. onKernelRequest(GetResponseEvent $event) Handles security. onKernelFinishRe

Component\Intl\ResourceBundle\Util

Classes ArrayAccessibleResourceBundle Work-around for a bug in PHP's \ResourceBundle implementation. RecursiveArrayAccess RingBuffer Implements a ring buffer.

AnonymousAuthenticationListener

class AnonymousAuthenticationListener implements ListenerInterface AnonymousAuthenticationListener automatically adds a Token if none is already present. Methods __construct(TokenStorageInterface $tokenStorage, $secret, LoggerInterface $logger = null, AuthenticationManagerInterface $authenticationManager = null) handle(GetResponseEvent $event) Handles anonymous authentication. Details __construct(TokenStorageInterface $tokenStorage, $secret, LoggerI

PhpAdapter deprecated::searchInDirectory()

Iterator searchInDirectory(string $dir) Parameters string $dir Return Value Iterator Result iterator