MemcacheSessionHandler::close()

close() {@inheritdoc}

LocaleScanner::scanAliases()

array scanAliases(string $sourceDir) Returns all locale aliases found in the given directory. Parameters string $sourceDir The directory with ICU files Return Value array An array with the locale aliases as keys and the aliased locales as values

Locale deprecated::getLanguages()

static array getLanguages() Returns all available language codes. Return Value array The language codes Exceptions RuntimeException When the resource bundles cannot be loaded

FormInterface::isValid()

bool isValid() Returns whether the form and all children are valid. If the form is not submitted, this method always returns false. Return Value bool

Expression::isGlob()

bool isGlob() Return Value bool

FormErrorIterator::getForm()

FormInterface getForm() Returns the iterated form. Return Value FormInterface The form whose errors are iterated by this object

PhpBridgeSessionStorage::clear()

clear() Clear all session data in memory.

ExecutionContextInterface deprecated::getMetadata()

MetadataInterface|null getMetadata() Returns the metadata for the currently validated value. With the core implementation, this method returns a {@link Mapping\ClassMetadata} instance if the current value is an object, a {@link Mapping\PropertyMetadata} instance if the current value is the value of a property and a {@link Mapping\GetterMetadata} instance if the validated value is the result of a getter method. If the validated value is neither of these, for example if the valida

Acl::getClassFieldAces()

array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL Parameters string $field Return Value array

HtmlDumper

class HtmlDumper extends CliDumper HtmlDumper dumps variables as HTML. Constants DUMP_LIGHT_ARRAY DUMP_STRING_LENGTH Properties static $defaultOutput static $defaultColors from CliDumper Methods __construct(callable|resource|string|null $output = null, string $charset = null, int $flags) callable|resource|string setOutput(callable|resource|string $output) Sets the output destination of the dumps. from AbstractDumper string setCharset(string $charset) Sets the