HttpDigestFactory

class HttpDigestFactory implements SecurityFactoryInterface HttpDigestFactory creates services for HTTP digest authentication. Methods array create(ContainerBuilder $container, string $id, array $config, string $userProvider, string $defaultEntryPoint) Configures the container services required to use the authentication listener. string getPosition() Defines the position at which the provider is called. string getKey() Defines the configuration key used to reference the provide

WriteCheckSessionHandler::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

RequestContext::setHost()

RequestContext setHost(string $host) Sets the HTTP host. Parameters string $host The HTTP host Return Value RequestContext The current instance, implementing a fluent interface

HelperInterface::setCharset()

setCharset(string $charset) Sets the default charset. Parameters string $charset The charset

Storage

class Storage Storage is the base class for all storage classes. Methods __construct(string $template) Constructor. string __toString() Returns the object string representation. string getContent() Returns the content of the template. Details __construct(string $template) Constructor. Parameters string $template The template name string __toString() Returns the object string representation.

FormConfigBuilderInterface::addEventSubscriber()

FormConfigBuilderInterface addEventSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber for events on this form. Parameters EventSubscriberInterface $subscriber The subscriber to attach Return Value FormConfigBuilderInterface The configuration object

ChainAdapter::getItems()

getItems(array $keys = array()) {@inheritdoc} Parameters array $keys

DOMCaster::castLocator()

static castLocator(DOMLocator $dom, array $a, Stub $stub, $isNested) Parameters DOMLocator $dom array $a Stub $stub $isNested

AuditLoggerInterface

interface AuditLoggerInterface Interface for audit loggers Methods logIfNeeded(bool $granted, EntryInterface $ace) This method is called whenever access is granted, or denied, and administrative mode is turned off. Details logIfNeeded(bool $granted, EntryInterface $ace) This method is called whenever access is granted, or denied, and administrative mode is turned off. Parameters bool $granted EntryInterface $ace

ImmutableEventDispatcher::getListenerPriority()

int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority for a specific event. Returns null if the event or the listener does not exist. Parameters string $eventName The name of the event callable $listener The listener Return Value int|null The event listener priority