StructuredBundleReader::getLocales()

string[] getLocales(string $path) Reads the available locales of a resource bundle. Parameters string $path The path to the resource bundle. Return Value string[] A list of supported locale codes.

Locale::getDisplayRegion()

static string getDisplayRegion(string $locale, string $inLocale = null) Not supported. Returns the localized display name for the locale region. Parameters string $locale The locale code to return the display region from string $inLocale Optional format locale code to use to display the region name Return Value string The localized region display name Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getdisplayregion.php

MessageDataCollector deprecated::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

IdReader

class IdReader A utility for reading object IDs. Methods __construct(ObjectManager $om, ClassMetadata $classMetadata) bool isSingleId() Returns whether the class has a single-column ID. bool isIntId() Returns whether the class has a single-column integer ID. mixed getIdValue(object $object) Returns the ID value for an object. string getIdField() Returns the name of the ID field. Details __construct(ObjectManager $om, ClassMetadata $cl

FormConfigBuilder::isValidName()

static bool isValidName(string $name) Returns whether the given variable contains a valid form name. A name is accepted if it is empty starts with a letter, digit or underscore contains only letters, digits, numbers, underscores ("_"), hyphens ("-") and colons (":") Parameters string $name The tested form name Return Value bool Whether the name is valid

SessionHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

EntryManagerInterface::remove()

remove(Entry $entry) Removes an entry from the Ldap server. Parameters Entry $entry

ModelType::setDefaultOptions()

setDefaultOptions(OptionsResolverInterface $resolver) Sets the default options for this type. Parameters OptionsResolverInterface $resolver The resolver for the options.

NodeDefinition::getNode()

NodeInterface getNode(bool $forceRootNode = false) Creates the node. Parameters bool $forceRootNode Whether to force this node as the root node Return Value NodeInterface

ProxyDumper::isProxyCandidate()

bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. Parameters Definition $definition Return Value bool