ExtractorInterface::extract()

extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. Parameters string|array $resource files, a file or a directory MessageCatalogue $catalogue The catalogue

InMemoryTokenProvider::updateToken()

updateToken(string $series, string $tokenValue, DateTime $lastUsed) Updates the token according to this data. Parameters string $series string $tokenValue DateTime $lastUsed Exceptions TokenNotFoundException if the token is not found

BaseNode::getExample()

string|array getExample() Retrieves the example configuration for this node. Return Value string|array The example

MergeBuilder::denyOverwrite()

MergeBuilder denyOverwrite(bool $deny = true) Sets whether the node can be overwritten. Parameters bool $deny Whether the overwriting is forbidden or not Return Value MergeBuilder

AuthenticationProviderInterface

interface AuthenticationProviderInterface implements AuthenticationManagerInterface AuthenticationProviderInterface is the interface for all authentication providers. Concrete implementations processes specific Token instances. Constants USERNAME_NONE_PROVIDED Use this constant for not provided username. Methods TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. from AuthenticationManagerInterface bool supports(TokenInterface $to

FormConfigInterface::getEventDispatcher()

EventDispatcherInterface getEventDispatcher() Returns the event dispatcher used to dispatch form events. Return Value EventDispatcherInterface The dispatcher

AclProvider::findAcls()

SplObjectStorage findAcls(array $oids, array $sids = array()) Returns the ACLs that belong to the given object identities Parameters array $oids an array of ObjectIdentityInterface implementations array $sids an array of SecurityIdentityInterface implementations Return Value SplObjectStorage mapping the passed object identities to ACLs Exceptions AclNotFoundException when we cannot find an ACL for all identities

TableHelper deprecated::setPaddingChar()

TableHelper setPaddingChar(string $paddingChar) Sets padding character, used for cell padding. Parameters string $paddingChar Return Value TableHelper

ClassNotFoundFatalErrorHandler

class ClassNotFoundFatalErrorHandler implements FatalErrorHandlerInterface ErrorHandler for classes that do not exist. 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 e

ArrayAccessibleResourceBundle

class ArrayAccessibleResourceBundle implements ArrayAccess, IteratorAggregate, Countable Work-around for a bug in PHP's \ResourceBundle implementation. More information can be found on https://bugs.php.net/bug.php?id=64356. This class can be removed once that bug is fixed. Methods __construct(ResourceBundle $bundleImpl) get($offset) offsetExists($offset) offsetGet($offset) offsetSet($offset, $value) offsetUnset($offset) getIterator() count()