Search for valid

  1. Search 7.x for valid
  2. Search 8.9.x for valid
  3. Search 10.3.x for valid
  4. Search 11.x for valid
  5. Other projects
Title Object type File name Summary
DeletedWorkspaceConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Creates a new DeletedWorkspaceConstraintValidator instance.
DenormalizeTest::testDenormalizeInvalidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing invalid custom serialized fields.
DenormalizeTest::testDenormalizeValidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing valid custom serialized fields.
DenormalizeTest::testTypeHandlingWithInvalidType function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests link relation handling with an invalid type.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php @covers ::getDeriverClass
DerivativeDiscoveryDecoratorTest::testInvalidDerivativeFetcher function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests the getDerivativeFetcher method with an invalid class.
Display::validateForm function core/modules/views_ui/src/Form/Ajax/Display.php Form validation handler.
DisplayExtenderPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Validate the options form.
DisplayExtenderTest3::validate function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest3.php Validate that the plugin is correct and can be saved.
DisplayExtenderTest::testDisplayExtendersValidate function core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php Tests display extenders validation.
DisplayLink::validate function core/modules/views/src/Plugin/views/area/DisplayLink.php Validate that the plugin is correct and can be saved.
DisplayPathTest::doAdvancedPathsValidationTest function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests a couple of invalid path patterns.
DisplayPluginBase::validate function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Validate that the plugin is correct and can be saved.
DisplayPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Validate the options form.
DisplayPluginInterface::validate function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Make sure the display and all associated handlers are valid.
DisplayPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Validates the options form.
DisplayTest::testInvalidDisplayPlugins function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests invalid display plugins.
DisplayTest::validate function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Validate that the plugin is correct and can be saved.
DisplayTest::validateOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Validate the options form.
DocParserTest::getAnnotationVarTypeArrayProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderValid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumInvalidLiteralDeclarationException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumInvalidTypeDeclarationException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithInvalidTargetDeclarationError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testInvalidContantName function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testInvalidIdentifierInAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DraggableListBuilder::validateForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Form validation handler.
Drupal::pathValidator function core/lib/Drupal.php Returns the path validator.
DrupalDateTimeTest::providerTestInvalidDateDiff function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Provides data for date tests.
DrupalDateTimeTest::testInvalidDateDiff function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Tests date diff exception caused by invalid input.
DrupalImage::validateImageUploadSettings function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php #element_validate handler for the "image_upload" element in settingsForm().
DrupalKernel::invalidateContainer function core/lib/Drupal/Core/DrupalKernel.php Invalidate the service container for the next request.
DrupalKernel::validateHostname function core/lib/Drupal/Core/DrupalKernel.php Validates the hostname supplied from the HTTP request.
DrupalKernel::validateHostnameLength function core/lib/Drupal/Core/DrupalKernel.php Validates a hostname length.
DrupalKernelInterface::invalidateContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Invalidate the service container for the next request.
DrupalStandardsListenerTrait::checkValidCoversForTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Check an individual test run for valid @covers annotation.
DrupalTest::testPathValidator function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the pathValidator() method.
drupal_valid_test_ua function core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest.
EditorBase::validateConfigurationForm function core/modules/editor/src/Plugin/EditorBase.php Form validation handler.
editor_form_filter_admin_format_validate function core/modules/editor/editor.module Additional validate handler for filter_format_form().
ElementInfoManager::$cacheTagInvalidator property core/lib/Drupal/Core/Render/ElementInfoManager.php The cache tag invalidator.
ElementInfoManagerTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The cache tags invalidator.
ElementsFieldsetTest::validateForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form validation handler.
ElementTest::testInvalidChildren function core/tests/Drupal/Tests/Core/Render/ElementTest.php Tests the children() method with an invalid key.
ElementValidationTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php Various tests of AJAX behavior.
ElementValidationTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php
ElementValidationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php The theme to install as the default for testing.
ElementValidationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php Modules to enable.

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