Search for valid

  1. Search 7.x for valid
  2. Search 9.5.x for valid
  3. Search 8.9.x for valid
  4. Search 11.x for valid
  5. Other projects
Title Object type File name Summary
ValidReferenceConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php Tests validation constraints for ValidReferenceConstraintValidator.
ValidReferenceConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
ValidReferenceConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php Modules to install.
ValidReferenceConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php The typed data manager to use.
ValidReferenceConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
ValidReferenceConstraintValidatorTest::testPreExistingItemsValidation function core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php Tests the validation of pre-existing items in an entity reference field.
ValidReferenceConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php Tests the ValidReferenceConstraintValidator.
VariantBase::validateConfigurationForm function core/lib/Drupal/Core/Display/VariantBase.php Form validation handler.
VariationCache::invalidate function core/lib/Drupal/Core/Cache/VariationCache.php Marks a cache item as invalid.
VariationCacheInterface::invalidate function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Marks a cache item as invalid.
VersionNegotiatorTest::testInvalidRevisionId function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionById::getRevision[[api-linebreak]]
VersionNegotiatorTest::testInvalidRevisionRel function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionByRel::getRevision[[api-linebreak]]
View::invalidateCaches function core/modules/views/src/Entity/View.php Invalidates cache tags.
ViewAddForm::validateForm function core/modules/views_ui/src/ViewAddForm.php Form validation handler.
ViewAjaxControllerTest::setupValidMocks function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Sets up a bunch of valid mocks like the view entity and executable.
ViewEditForm::validateForm function core/modules/views_ui/src/ViewEditForm.php Form validation handler.
ViewElementTest::testInvalidView function core/modules/views/tests/src/Kernel/ViewElementTest.php Tests that an exception is thrown when an invalid View is passed.
ViewExecutable::validate function core/modules/views/src/ViewExecutable.php Makes sure the view is completely valid.
ViewExecutableTest::testArgumentValidatorValueOverride function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests if argument overrides by validators are propagated to tokens.
ViewExecutableTest::testSetDisplayWithInvalidDisplay function core/modules/views/tests/src/Kernel/ViewExecutableTest.php
ViewExecutableTest::testValidate function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the validation of display handlers.
ViewExecutableTest::testValidateNestedLoops function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests that nested loops of the display handlers won't break validation.
Views argument validate plugins group core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Plugins for validating views contextual filters.
views.argument_validator.schema.yml file core/modules/views/config/schema/views.argument_validator.schema.yml core/modules/views/config/schema/views.argument_validator.schema.yml
views.view.test_argument_validation.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml
views.view.test_argument_validator_term.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml
views.view.test_display_invalid.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml
views.view.test_invalid_tokens.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml
views.view.test_view_argument_validate_numeric.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml
views.view.test_view_argument_validate_user.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml
views.view.test_view_argument_validate_username.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml
ViewsArgumentValidator class core/modules/views/src/Attribute/ViewsArgumentValidator.php Defines a ViewsArgumentValidator attribute object for plugin discovery.
ViewsArgumentValidator class core/modules/views/src/Annotation/ViewsArgumentValidator.php Defines a Plugin annotation object for views argument validator plugins.
ViewsArgumentValidator.php file core/modules/views/src/Attribute/ViewsArgumentValidator.php
ViewsArgumentValidator.php file core/modules/views/src/Annotation/ViewsArgumentValidator.php
ViewsArgumentValidator::$id property core/modules/views/src/Annotation/ViewsArgumentValidator.php The plugin ID.
ViewsArgumentValidator::$no_ui property core/modules/views/src/Annotation/ViewsArgumentValidator.php Whether the plugin should be not selectable in the UI.
ViewsArgumentValidator::$short_title property core/modules/views/src/Annotation/ViewsArgumentValidator.php (optional) The short title used in the views UI.
ViewsArgumentValidator::$title property core/modules/views/src/Annotation/ViewsArgumentValidator.php The plugin title used in the views UI.
ViewsArgumentValidator::__construct function core/modules/views/src/Attribute/ViewsArgumentValidator.php Constructs a ViewsArgumentValidator attribute.
ViewsBlock::blockValidate function core/modules/views/src/Plugin/Block/ViewsBlock.php
ViewsDataTest::$cacheTagsInvalidator property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked cache tags invalidator.
ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a non-existent table.
ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a non-existent table.
ViewsEntityArgumentValidator class core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Provides views argument validator plugin definitions for all entity types.
ViewsEntityArgumentValidator.php file core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php
ViewsEntityArgumentValidator::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The base plugin ID this derivative is for.
ViewsEntityArgumentValidator::$derivatives property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php List of derivative definitions.
ViewsEntityArgumentValidator::$entityTypeManager property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The entity type manager.
ViewsEntityArgumentValidator::create function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Creates a new class instance.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.