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
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/Annotation/ViewsArgumentValidator.php Defines a Plugin annotation object for views argument validator plugins.
ViewsArgumentValidator class core/modules/views/src/Attribute/ViewsArgumentValidator.php Defines a ViewsArgumentValidator attribute object for plugin discovery.
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.
ViewsEntityArgumentValidator::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Gets the definition of all derivatives of a base plugin.
ViewsEntityArgumentValidator::__construct function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Constructs a ViewsEntityArgumentValidator object.
ViewsExposedForm::validateForm function core/modules/views/src/Form/ViewsExposedForm.php Form validation handler.
ViewsForm::validateForm function core/modules/views/src/Form/ViewsForm.php Form validation handler.
ViewsFormBase::validateForm function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Form validation handler.
ViewsFormMainForm::validateForm function core/modules/views/src/Form/ViewsFormMainForm.php Form validation handler.
ViewsHooksTest::testViewsInvalidateCacheOnDelete function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Test that hook_views_invalidate_cache() is called when a view is deleted.
ViewsPluginInterface::validate function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate that the plugin is correct and can be saved.
ViewsPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate the options form.
ViewsSelection::settingsFormValidate function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Element validate; Check View is valid.
ViewsSelection::validateReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Validates which existing entities can be referenced.
ViewsTestDataErrorForm::validateForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form validation handler.
views_element_validate_tags function core/modules/views/views.module Validation callback for query tags.
views_invalidate_cache function core/modules/views/views.module Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_test_data_views_invalidate_cache function core/modules/views/tests/modules/views_test_data/views_test_data.views.inc Implements hook_views_invalidate_cache().
views_ui_add_limited_validation function core/modules/views_ui/admin.inc Processes a non-JavaScript fallback submit button to limit its validation errors.
ViewUI::getCacheTagsToInvalidate function core/modules/views_ui/src/ViewUI.php Returns the cache tags that should be used to invalidate caches.
ViewValidationTest class core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php Tests validation of view entities.
ViewValidationTest.php file core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php
ViewValidationTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php Modules to install.
ViewValidationTest::setUp function core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php
ViewValidationTest::testInvalidPluginId function core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php Tests that the various plugin IDs making up a view display are validated.
ViewValidationTest::testLabelsAreRequired function core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php @group legacy
VocabularyValidationTest class core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php Tests validation of vocabulary entities.
VocabularyValidationTest.php file core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php
VocabularyValidationTest::$modules property core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php Modules to install.
VocabularyValidationTest::$propertiesWithOptionalValues property core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php The config entity properties whose values are optional (set to NULL).

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