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
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).
VocabularyValidationTest::setUp function core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php
WebAssertTest::testInvalidLinkByHrefExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality fail.
WebAssertTest::testInvalidLinkByHrefExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsFull function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail full match.
WebAssertTest::testInvalidLinkByHrefNotExistsPartial function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail partial match.
WebAssertTest::testInvalidLinkExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsExact() functionality fail.
WebAssertTest::testInvalidLinkNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkNotExistsExact() functionality fail.
WildcardConfigActionsTest::testInvalidExpression function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests that an invalid wildcard expression will raise an error.
WizardInterface::validateView function core/modules/views/src/Plugin/views/wizard/WizardInterface.php Validate form and values.
WizardPluginBase::$validated_views property core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php An array of validated view objects, keyed by a hash.
WizardPluginBase::retrieveValidatedView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Retrieves a validated view for a form submission.
WizardPluginBase::setValidatedView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Stores a validated view from a form submission.
WizardPluginBase::validateView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Implements Drupal\views\Plugin\views\wizard\WizardInterface::validate().
WorkflowEditForm::validateForm function core/modules/workflows/src/Form/WorkflowEditForm.php Form validation handler.
WorkflowStateAddForm::validateForm function core/modules/workflows/src/Form/WorkflowStateAddForm.php Form validation handler.
WorkflowStateEditForm::validateForm function core/modules/workflows/src/Form/WorkflowStateEditForm.php Form validation handler.
WorkflowStateTransitionOperationsAccessCheckTest::invalidOperationNameTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testInvalidOperationName.
WorkflowStateTransitionOperationsAccessCheckTest::testInvalidOperationName function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php @covers ::access[[api-linebreak]]
@dataProvider invalidOperationNameTestCases
WorkflowTest::testAddStateInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addState[[api-linebreak]]
WorkflowTest::testAddTransitionInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addTransition[[api-linebreak]]
WorkflowTransitionAddForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form validation handler.
WorkflowTransitionEditForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form validation handler.

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