Store::cleanup()

cleanup() Cleanups storage.

LdapInterface::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

Locale deprecated::getDisplayCountries()

static array getDisplayCountries(string $locale) Returns the country names for a locale. Parameters string $locale The locale to use for the country names Return Value array The country names with their codes as keys Exceptions RuntimeException When the resource bundles cannot be loaded

InputDefinition::setArguments()

setArguments(InputArgument[] $arguments = array()) Sets the InputArgument objects. Parameters InputArgument[] $arguments An array of InputArgument objects

DigestData::getResponse()

getResponse()

DoctrineAclCache::getFromCacheByIdentity()

AclInterface getFromCacheByIdentity(ObjectIdentityInterface $oid) Retrieves an ACL for the given object identity from the cache Parameters ObjectIdentityInterface $oid Return Value AclInterface

Button::getName()

string getName() Returns the name by which the button is identified in forms. Return Value string The name of the form

LdapFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

Exception deprecated

interface Exception deprecated since version 2.7, to be removed in 3.0. Use ExceptionInterface instead. Base exception.

TableHelper deprecated::setVerticalBorderChar()

TableHelper setVerticalBorderChar(string $verticalBorderChar) Sets vertical border character. Parameters string $verticalBorderChar Return Value TableHelper