FormInterface::initialize()

FormInterface initialize() Initializes the form tree. Should be called on the root form after constructing the tree. Return Value FormInterface The form instance

ClassMetadataInterface::isGroupSequenceProvider()

bool isGroupSequenceProvider() Returns whether the "Default" group is overridden by a dynamic group sequence obtained by the validated objects. If this method returns true, the class must implement {@link \Symfony\Component\Validator\GroupSequenceProviderInterface}. This interface will be used to obtain the group sequence when an object of this class is validated. Return Value bool Returns true if the "Default" group is overridden by a dynamic group sequence See also \Symfony\C

ScopeCrossingInjectionException

class ScopeCrossingInjectionException extends RuntimeException This exception is thrown when the a scope crossing injection is detected. Methods __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null) getSourceServiceId() getSourceScope() getDestServiceId() getDestScope() Details __construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null)

OptionsResolver::resolve()

array resolve(array $options = array()) Merges options with the default values stored in the container and validates them. Exceptions are thrown if: Undefined options are passed; Required options are missing; Options have invalid types; Options have invalid values. Parameters array $options A map of option names to values Return Value array The merged and validated options Exceptions UndefinedOptionsException If an option name is undefined InvalidOptionsException If an option d

CurrencyBundleTransformationRule::getBundleName()

string getBundleName() Returns the name of the compiled resource bundle. Return Value string The name of the bundle.

Reader::getPosition()

int getPosition() Return Value int

Data::withMaxDepth()

Data withMaxDepth(int $maxDepth) Returns a depth limited clone of $this. Parameters int $maxDepth The max dumped depth level Return Value Data A clone of $this

Output::isVeryVerbose()

bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). Return Value bool true if verbosity is set to VERBOSITYVERYVERBOSE, false otherwise

Component\Validator\Context

Classes ExecutionContext The context used and created by {@link ExecutionContextFactory}. ExecutionContextFactory Creates new {@link ExecutionContext} instances. LegacyExecutionContext deprecated An execution context that is compatible with the legacy API (< 2.5). LegacyExecutionContextFactory deprecated Creates new {@link LegacyExecutionContext} instances. Interfaces ExecutionContextFactoryInterface Creates instances of {@link ExecutionContextInterface}. ExecutionCont

CascadingStrategy

class CascadingStrategy Specifies whether an object should be cascaded. Cascading is relevant for any node type but class nodes. If such a node contains an object of value, and if cascading is enabled, then the node traverser will try to find class metadata for that object and validate the object against that metadata. If no metadata is found for a cascaded object, and if that object implements {@link \Traversable}, the node traverser will iterate over the object and cascade each object or c