mixed getValue() Returns the value that the validator is currently validating. If you want to retrieve the object that was originally passed to the validator, use {@link getRoot}. Return Value mixed The currently validated value
deleteItem($key) {@inheritdoc} Parameters $key
ArrayNodeDefinition arrayNode(string $name) Creates a child array node. Parameters string $name The name of the node Return Value ArrayNodeDefinition The child node
bool isFromTrustedProxy() Indicates whether this request originated from a trusted proxy. This can be useful to determine whether or not to trust the contents of a proxy-specific header. Return Value bool true if the request came from a trusted proxy, false otherwise
mixed getDefault(string $name) Gets a default value. Parameters string $name A variable name Return Value mixed The default value or null when not given
FormTypeExtensionInterface[] getTypeExtensions() Returns the extensions of the wrapped form type. Return Value FormTypeExtensionInterface[] An array of {@link FormTypeExtensionInterface} instances
Classes DuplicateKeyException This exception is thrown whenever the key of an array is not unique. This can only be the case if the configuration is coming from an XML file. Exception Base exception for all configuration exceptions ForbiddenOverwriteException This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this. InvalidConfigurationException A very general exception which can be thrown
Form setValues(array $values) Sets the value of the fields. Parameters array $values An array of field values Return Value Form
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) Parameters ContainerBuilder $container $id $config $userProvider $defaultEntryPoint
bool|int getAttribute(int $attr) Returns an attribute value. Parameters int $attr An attribute specifier, one of the numeric attribute constants Return Value bool|int The attribute value on success or false on error See also http://www.php.net/manual/en/numberformatter.getattribute.php
Page 723 of 787