Validator deprecated::hasMetadataFor()

bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. Parameters mixed $value Some value Return Value bool Whether metadata can be returned for that value

JsonDescriptor

class JsonDescriptor extends Descriptor Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

ValidatorBuilder::setMetadataCache()

ValidatorBuilderInterface setMetadataCache(CacheInterface $cache) Sets the cache for caching class metadata. Parameters CacheInterface $cache The cache instance Return Value ValidatorBuilderInterface The builder object

Component\Translation\Dumper

Classes CsvFileDumper CsvFileDumper generates a csv formatted string representation of a message catalogue. FileDumper FileDumper is an implementation of DumperInterface that dump a message catalogue to file(s). IcuResFileDumper IcuResDumper generates an ICU ResourceBundle formatted string representation of a message catalogue. IniFileDumper IniFileDumper generates an ini formatted string representation of a message catalogue. MoFileDumper MoFileDumper generates a gettext for

ExecutionContext deprecated::getViolations()

ConstraintViolationListInterface getViolations() Returns the violations generated by the validator so far. Return Value ConstraintViolationListInterface The constraint violation list.

ValidationVisitor deprecated::getValidatorFactory()

ConstraintValidatorFactoryInterface getValidatorFactory() Returns the factory for constraint validators. Return Value ConstraintValidatorFactoryInterface The constraint validator factory.

IntegerNodeDefinition

class IntegerNodeDefinition extends NumericNodeDefinition This class provides a fluent interface for defining an integer node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor from NodeDefinition NodeDefinition setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition info(string $info) Sets info message. from NodeDefinition NodeDefinition example(string|array $example) Sets example configuration. from No

ChainExtractor::setPrefix()

setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Parameters string $prefix The prefix

ValidatorBuilder::addObjectInitializers()

ValidatorBuilderInterface addObjectInitializers(array $initializers) Adds a list of object initializers to the validator. Parameters array $initializers The initializer Return Value ValidatorBuilderInterface The builder object

ConstraintViolationList::remove()

remove(int $offset) Removes a violation at a given offset. Parameters int $offset The offset to remove