AbstractConstraintValidatorTest::assertViolation |
lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php |
function |
To be removed in Symfony 3.0. Use
{@link buildViolation()} instead. |
|
|
|
|
AbstractConstraintValidatorTest::assertViolations |
lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php |
function |
To be removed in Symfony 3.0. Use
{@link buildViolation()} instead. |
|
|
|
|
AbstractConstraintValidatorTest::createViolation |
lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php |
function |
To be removed in Symfony 3.0. Use
{@link buildViolation()} instead. |
|
|
|
|
ApcCache |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/Cache/ApcCache.php |
class |
Deprecated since version 2.5, to be removed in 3.0.
Use DoctrineCache with Doctrine\Common\Cache\ApcCache instead. |
|
|
|
1 |
BlackholeMetadataFactory |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php |
class |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Factory\BlackHoleMetadataFactory} instead. |
|
|
|
|
Callback::$methods |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/Callback.php |
property |
Deprecated since version 2.4, to be removed in Symfony 3.0. |
|
|
|
|
ClassBasedInterface |
lib/Symfony/validator/Symfony/Component/Validator/ClassBasedInterface.php |
interface |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Mapping\ClassMetadataInterface} instead. |
|
3 |
|
4 |
ClassLoader |
lib/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
class |
the ClassLoader is deprecated and will be removed in version 3.0 of doctrine/common. |
|
|
|
1 |
ClassMetadata::accept |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0. |
|
|
|
|
ClassMetadata::addMemberMetadata |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
function |
Deprecated since version 2.6, to be removed in 3.0. |
|
|
|
|
ClassMetadata::getMemberMetadatas |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
function |
Deprecated since version 2.6, to be removed in 3.0. Use {@link getPropertyMetadata} instead. |
|
|
|
|
ClassMetadata::hasMemberMetadatas |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
function |
Deprecated since version 2.6, to be removed in 3.0. Use {@link hasPropertyMetadata} instead. |
|
|
|
|
ClassMetadataFactory |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php |
class |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link LazyLoadingMetadataFactory} instead. |
|
|
|
1 |
ConstraintValidator::buildViolation |
lib/Symfony/validator/Symfony/Component/Validator/ConstraintValidator.php |
function |
This method will be removed in Symfony 3.0. |
|
|
|
|
ConstraintValidator::buildViolationInContext |
lib/Symfony/validator/Symfony/Component/Validator/ConstraintValidator.php |
function |
This method will be removed in Symfony 3.0. |
|
|
|
|
ElementMetadata |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
class |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Extend {@link GenericMetadata} instead. |
|
3 |
|
1 |
ExecutionContext |
lib/Symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
class |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Context\ExecutionContext} instead. |
|
|
|
1 |
ExecutionContextInterface |
lib/Symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
interface |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Context\ExecutionContextInterface} instead. |
|
2 |
|
9 |
ExecutionContextInterface::addViolationAt |
lib/Symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Context\ExecutionContextInterface::buildViolation()}
instead. |
|
|
2 |
|
ExecutionContextInterface::getMetadataFactory |
lib/Symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Context\ExecutionContextInterface::getValidator()}
instead and call
{@link Validator\ValidatorInterface::getMetadataFor()} or
{@link Validator\ValidatorInterface::hasMetadataFor()} there. |
|
|
2 |
|
ExecutionContextInterface::validate |
lib/Symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Context\ExecutionContextInterface::getValidator()}
instead. |
|
|
2 |
|
ExecutionContextInterface::validateValue |
lib/Symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Context\ExecutionContextInterface::getValidator()}
instead. |
|
|
2 |
|
FileCacheReader |
lib/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php |
class |
the FileCacheReader is deprecated and will be removed
in version 2.0.0 of doctrine/annotations. Please use the
{ |
|
|
|
|
GenericMetadata::accept |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/GenericMetadata.php |
function |
Implemented for backwards compatibility with Symfony < 2.5.
Will be removed in Symfony 3.0. |
|
|
2 |
|
GlobalExecutionContextInterface |
lib/Symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
interface |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Context\ExecutionContextInterface} instead. |
|
2 |
|
1 |
GroupSequence |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
class |
since 2.5 and will be removed in 3.0. |
|
|
|
7 |
GroupSequence::count |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
function |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
|
GroupSequence::getIterator |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
function |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
|
GroupSequence::offsetExists |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
function |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
|
GroupSequence::offsetGet |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
function |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
|
GroupSequence::offsetSet |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
function |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
|
GroupSequence::offsetUnset |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
function |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
|
Isbn::$isbn10 |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/Isbn.php |
property |
Deprecated since version 2.5, to be removed in 3.0. Use option "type" instead. |
|
|
|
|
Isbn::$isbn13 |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/Isbn.php |
property |
Deprecated since version 2.5, to be removed in 3.0. Use option "type" instead. |
|
|
|
|
LegacyConstraintViolationBuilder |
lib/Symfony/validator/Symfony/Component/Validator/Violation/LegacyConstraintViolationBuilder.php |
class |
This class will be removed in Symfony 3.0. |
|
|
|
1 |
LegacyExecutionContext |
lib/Symfony/validator/Symfony/Component/Validator/Context/LegacyExecutionContext.php |
class |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
1 |
LegacyExecutionContextFactory |
lib/Symfony/validator/Symfony/Component/Validator/Context/LegacyExecutionContextFactory.php |
class |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
3 |
LegacyValidator |
lib/Symfony/validator/Symfony/Component/Validator/Validator/LegacyValidator.php |
class |
Implemented for backwards compatibility with Symfony < 2.5.
To be removed in Symfony 3.0. |
|
|
|
3 |
MemberMetadata::accept |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0. |
|
|
|
|
MemberMetadata::isCascaded |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link getCascadingStrategy()} instead. |
|
1 |
|
|
MemberMetadata::isCollectionCascaded |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link getTraversalStrategy()} instead. |
|
1 |
|
|
MemberMetadata::isCollectionCascadedDeeply |
lib/Symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link getTraversalStrategy()} instead. |
|
1 |
|
|
MetadataFactoryInterface |
lib/Symfony/validator/Symfony/Component/Validator/MetadataFactoryInterface.php |
interface |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Mapping\Factory\MetadataFactoryInterface} instead. |
|
2 |
|
12 |
MetadataInterface |
lib/Symfony/validator/Symfony/Component/Validator/MetadataInterface.php |
interface |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Mapping\MetadataInterface} instead. |
|
3 |
|
3 |
MetadataInterface::accept |
lib/Symfony/validator/Symfony/Component/Validator/MetadataInterface.php |
function |
Deprecated since version 2.5, to be removed in Symfony 3.0. |
|
|
1 |
|
Optional |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/Collection/Optional.php |
class |
Deprecated in 2.3, to be removed in 3.0. Use
{@link \Symfony\Component\Validator\Constraints\Optional} instead. |
|
|
|
|
PropertyMetadataContainerInterface |
lib/Symfony/validator/Symfony/Component/Validator/PropertyMetadataContainerInterface.php |
interface |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Mapping\ClassMetadataInterface} instead. |
|
2 |
|
2 |
PropertyMetadataInterface |
lib/Symfony/validator/Symfony/Component/Validator/PropertyMetadataInterface.php |
interface |
Deprecated since version 2.5, to be removed in Symfony 3.0.
Use {@link Mapping\PropertyMetadataInterface} instead. |
|
1 |
|
1 |
Required |
lib/Symfony/validator/Symfony/Component/Validator/Constraints/Collection/Required.php |
class |
Deprecated in 2.3, to be removed in 3.0. Use
{@link \Symfony\Component\Validator\Constraints\Required} instead. |
|
|
|
|
Translator::getMessages |
lib/Symfony/translation/Translator.php |
function |
since version 2.8, to be removed in 3.0. Use TranslatorBagInterface::getCatalogue() method instead. |
|
|
|
|