StyleInterface::title()

title(string $message) Formats a command title. Parameters string $message

AcceptHeader::add()

AcceptHeader add(AcceptHeaderItem $item) Adds an item. Parameters AcceptHeaderItem $item Return Value AcceptHeader

Bridge\Monolog\Handler\FingersCrossed

Classes NotFoundActivationStrategy Activation strategy that ignores 404s for certain URLs.

AnonymousToken::getCredentials()

mixed getCredentials() Returns the user credentials. Return Value mixed The user credentials

RequestStack::getParentRequest()

Request|null getParentRequest() Returns the parent request of the current. Be warned that making your code aware of the parent request might make it un-compatible with other features of your framework like ESI support. If current Request is the master request, it returns null. Return Value Request|null

HeaderBag::count()

int count() Returns the number of headers. Return Value int The number of headers

FormExtensionInterface::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser

CompilationContextInterface::getSourceDir()

string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. Return Value string An absolute path to a directory.

ValueToDuplicatesTransformer::transform()

mixed transform(mixed $value) Duplicates the given value through the array. Parameters mixed $value The value in the original representation Return Value mixed The value in the transformed representation

Entry::getAcl()

AclInterface getAcl() The ACL this ACE is associated with. Return Value AclInterface