CacheBackendInterface::invalidateMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Marks cache items as invalid. |
IbanValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php |
|
ViewTestBase::assertNotIdenticalResultset |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Verifies that a result set returned by a View differs from certain values. |
IsbnValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php |
|
ValidatorBuilderTest::testAddYamlMappings |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php |
|
UserValidateCurrentPassCustomFormTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php |
Definition of Drupal\user\Tests\UserValidateCurrentPassCustomFormTest. |
ValidatorBuilder::enableAnnotationMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilder.php |
Enables annotation based constraint mapping. |
DateValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php |
|
CountValidatorTest::getFiveOrMoreElements |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php |
|
ValidatorTest::testValidateMultipleGroups |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php |
|
CheckReferenceValidityPass::$currentScope |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
|
CheckReferenceValidityPass::validateScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
Validates the scope of a single Reference. |
CheckReferenceValidityPass::getDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
Returns the Definition given an id. |
IssnValidatorTest::getValidLowerCasedIssn |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php |
|
IssnValidatorTest::getInvalidFormatedIssn |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php |
|
CurrencyValidatorTest::getValidCurrencies |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php |
|
IssnValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php |
|
IssnValidatorTest::testCaseSensitiveIssns |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php |
@dataProvider getValidLowerCasedIssn |
IssnValidatorTest::testRequireHyphenIssns |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php |
@dataProvider getValidNonHyphenatedIssn |
TimeValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php |
|
Framework_AssertTest::testAssertTagIdTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
LuhnValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php |
|
ResolveInvalidReferencesPassTest::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php |
|
LengthValidatorTest::getNotFourCharacters |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
|
LengthValidatorTest::testValidValuesExact |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
@dataProvider getFourCharacters |
ViewsSelection::validateAutocompleteInput |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php |
Implements \Drupal\entity_reference\Plugin\Type\Selection\SelectionInterface::validateAutocompleteInput(). |
LengthValidatorTest::testInvalidValuesMin |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
@dataProvider getThreeOrLessCharacters |
XmlFileLoaderTest::getPathsToInvalidFiles |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
LengthValidatorTest::testInvalidValuesMax |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
@dataProvider getFiveOrMoreCharacters |
ChoiceValidatorTest::testValidChoiceArray |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
FileFieldWidgetTest::testWidgetValidation |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests validation with the Upload button. |
_entity_reference_element_validate_filter |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Form element validation handler; Filters the #value property of an element. |
ValidatorTest::testFileValidateExtensions |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php |
Test the file_validate_extensions() function. |
RouteProviderTest::testOutlinePathNoMatch |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that an exception is thrown when no matching path is found. |
ValidatorTest::testFileValidateNameLength |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php |
This will ensure the filename length is valid. |
FlattenExceptionTest::flattenDataProvider |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php |
|
CountryValidatorTest::getInvalidCountries |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php |
|
IdenticalToValidatorTest::createValidator |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php |
|
PHPTransliteration::readLanguageOverrides |
function |
drupal/core/lib/Drupal/Component/Transliteration/PHPTransliteration.php |
Reads in language overrides for a language code. |
Controller::deleteObjectIdentityRelations |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Deletes all entries from the relations table from the database. |
DateTimeValidatorTest::testValidDateTimes |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php |
@dataProvider getValidDateTimes |
AttributesTest::providerTestAttributeData |
function |
drupal/core/tests/Drupal/Tests/Core/Common/AttributesTest.php |
Provides data for the Attribute test. |
PHPTransliteration::readLanguageOverrides |
function |
drupal/core/lib/Drupal/Core/Transliteration/PHPTransliteration.php |
Overrides \Drupal\Component\Transliteration\PHPTransliteration::readLanguageOverrides(). |
CardSchemeValidatorTest::testValidNumbers |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php |
@dataProvider getValidNumbers |
InvalidAnnotationUsageButIgnoredClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageButIgnoredClass.php |
|
form_test_validate_required_form_no_title |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor to test the #required property without #title. |
AcceptHeaderItemTest::provideToStringData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
|
NotBlankValidatorTest::testBlankIsInvalid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php |
|
NotBlankValidatorTest::testFalseIsInvalid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php |
|
ValidatorInterface::validatePropertyValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorInterface.php |
Validate a property of a value against a potential value. |