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 10.3.x for valid
  5. Other projects
Title Object type File name Summary
SupportedReleaseValidatorTest class core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Tests Drupal\package_manager\Validator\SupportedReleaseValidator.
SupportedReleaseValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php
SupportedReleaseValidatorTest::providerException function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Data provider for testException().
SupportedReleaseValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php
SupportedReleaseValidatorTest::testException function core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php Tests exceptions when updating to unsupported or insecure releases.
SvgExtractorTest::testLoadIconSvgInvalid function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php Test the SvgExtractor::loadIcon() method with invalid svg.
SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalid function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Test the SvgSpriteExtractor::discoverIcons() method with invalid svg.
SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalidContent function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Test the SvgSpriteExtractor::discoverIcons() method with invalid content.
SwitchShortcutSet::validateForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form validation handler.
SymlinkValidator class core/modules/package_manager/src/Validator/SymlinkValidator.php Flags errors if unsupported symbolic links are detected.
SymlinkValidator.php file core/modules/package_manager/src/Validator/SymlinkValidator.php
SymlinkValidator::validate function core/modules/package_manager/src/Validator/SymlinkValidator.php Flags errors if the project root or stage directory contain symbolic links.
SymlinkValidator::__construct function core/modules/package_manager/src/Validator/SymlinkValidator.php
SymlinkValidatorTest class core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests Symlink Validator.
SymlinkValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
SymlinkValidatorTest::testAbsoluteSymlinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks with absolute paths are not supported.
SymlinkValidatorTest::testHardLinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that hard links are not supported.
SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the project root.
SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the stage directory.
SymlinkValidatorTest::testSymlinksNotAllowedOnWindows function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks are not supported on Windows, even if they're safe.
SymlinkValidatorTest::testSymlinksWithinSamePackage function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks within the same package are supported.
SymlinkValidatorTest::testSymlinkToDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests what happens when there is a symlink to a directory.
SymlinkValidatorTest::testUnsupportedLinkUnderExcludedPath function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that unsupported links are excluded if they're under excluded paths.
SystemBrandingOffCanvasForm::validateConfigurationForm function core/modules/system/src/Form/SystemBrandingOffCanvasForm.php Form validation handler.
SystemConfigSubscriber::onConfigImporterValidateNotEmpty function core/modules/system/src/SystemConfigSubscriber.php Checks that the configuration synchronization is valid.
SystemConfigSubscriber::onConfigImporterValidateSiteUUID function core/modules/system/src/SystemConfigSubscriber.php Checks that the configuration synchronization is valid.
SystemMenuBlock::blockValidate function core/modules/system/src/Plugin/Block/SystemMenuBlock.php
SystemMenuOffCanvasForm::validateConfigurationForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Form validation handler.
Table::validateTable function core/lib/Drupal/Core/Render/Element/Table.php Render API callback: Validates the #type 'table'.
TagsTest::$validTags property core/tests/Drupal/Tests/Core/Common/TagsTest.php A list of valid tags.
Tasks::validateDatabaseSettings function core/lib/Drupal/Core/Database/Install/Tasks.php Validates driver specific configuration settings.
TaxonomyIndexTid::$validated_exposed_input property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Stores the exposed input for this filter.
TaxonomyIndexTid::validateExposed function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Validate the exposed handler form.
TaxonomyIndexTid::valueValidate function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Validate the options form.
TaxonomyTermHierarchyConstraintValidator class core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Constraint validator for changing term parents in pending revisions.
TaxonomyTermHierarchyConstraintValidator.php file core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php
TaxonomyTermHierarchyConstraintValidator::$entityTypeManager property core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php The entity type manager.
TaxonomyTermHierarchyConstraintValidator::create function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Instantiates a new instance of this class.
TaxonomyTermHierarchyConstraintValidator::validate function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php
TaxonomyTermHierarchyConstraintValidator::__construct function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Creates a new TaxonomyTermHierarchyConstraintValidator instance.
TermForm::validateForm function core/modules/taxonomy/src/TermForm.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
TermHierarchyValidationTest class core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php Tests handling of pending revisions.
TermHierarchyValidationTest.php file core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php
TermHierarchyValidationTest::$modules property core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php Modules to install.
TermHierarchyValidationTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php
TermHierarchyValidationTest::testTermHierarchyValidation function core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php Tests the term hierarchy validation with re-parenting in pending revisions.
TermName::validateArgument function core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php Performs validation for a given argument.
TermSelection::validateReferenceableNewEntities function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Validates which newly created entities can be referenced.
TermValidationTest class core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php Tests term validation constraints.
TermValidationTest.php file core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php

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