GuardAuthenticationFactory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

TranslationWriter::disableBackup()

disableBackup() Disables dumper backup.

LogicException

class LogicException extends LogicException implements ExceptionInterface Base LogicException for the Asset component.

DbalSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

AclProvider::findChildren()

array findChildren(ObjectIdentityInterface $parentOid, bool $directChildrenOnly = false) Retrieves all child object identities from the database Parameters ObjectIdentityInterface $parentOid bool $directChildrenOnly Return Value array returns an array of child 'ObjectIdentity's

ResultIterator::current()

Entry current() Fetches the current entry. Return Value Entry

Profile::hasCollector()

bool hasCollector(string $name) Returns true if a Collector for the given name exists. Parameters string $name A collector name Return Value bool

ProgressIndicator::setPlaceholderFormatterDefinition()

static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a placeholder formatter for a given name. This method also allow you to override an existing placeholder. Parameters string $name The placeholder name (including the delimiter char like %) callable $callable A PHP callable

ClassMetadataInterface::merge()

merge(ClassMetadataInterface $classMetadata) Merges a {@link ClassMetadataInterface} in the current one. Parameters ClassMetadataInterface $classMetadata

BadMethodCallException

class BadMethodCallException extends BadMethodCallException implements ExceptionInterface Base BadMethodCallException for the Form component.