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
SupportedReleaseValidator::__construct function core/modules/package_manager/src/Validator/SupportedReleaseValidator.php
SupportedReleaseValidatorTest class core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php @coversDefaultClass \Drupal\package_manager\Validator\SupportedReleaseValidator[[api-linebreak]]
@group #slow
@group package_manager
@internal
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.
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 @covers \Drupal\package_manager\Validator\SymlinkValidator[[api-linebreak]]
@group package_manager
@internal
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.
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.
TestClass::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form validation handler.
TestDiskSpaceValidator class core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php A test version of the disk space validator to bypass system-level functions.
TestDiskSpaceValidator::$freeSpace property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php The amount of free space, keyed by path.
TestDiskSpaceValidator::$sharedDisk property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Whether the root and vendor directories are on the same logical disk.
TestDiskSpaceValidator::freeSpace function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
TestDiskSpaceValidator::stat function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
TestDiskSpaceValidator::temporaryDirectory function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
TestPluginForm::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form validation handler.
TestPluginWithForm::validateConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
TestRunResultsStorageInterface::validateTestingResultsEnvironment function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Checks if the test run storage is valid.
TestSandboxDatabaseUpdatesValidator class core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php Allows tests to dictate which extensions have staged database updates.
TestSandboxDatabaseUpdatesValidator.php file core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php
TestSandboxDatabaseUpdatesValidator::$state property core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php The state service.
TestSandboxDatabaseUpdatesValidator::hasStagedUpdates function core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php
TestSandboxDatabaseUpdatesValidator::setExtensionsWithUpdates function core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php Sets the names of the extensions which should have staged database updates.
TestSandboxDatabaseUpdatesValidator::setState function core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php Sets the state service dependency.
TestSiteApplicationTest::testTearDownDbPrefixValidation function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php @coversNothing[[api-linebreak]]
test_invalid_base_theme.info.yml file core/modules/system/tests/themes/test_invalid_base_theme/test_invalid_base_theme.info.yml core/modules/system/tests/themes/test_invalid_base_theme/test_invalid_base_theme.info.yml
test_invalid_base_theme_sub.info.yml file core/modules/system/tests/themes/test_invalid_base_theme_sub/test_invalid_base_theme_sub.info.yml core/modules/system/tests/themes/test_invalid_base_theme_sub/test_invalid_base_theme_sub.info.yml
TextFieldItemList::defaultValuesFormValidate function core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php Validates the submitted default value.
Token::$cacheTagsInvalidator property core/lib/Drupal/Core/Utility/Token.php The cache tags invalidator.
TwigEnvironment::invalidate function core/lib/Drupal/Core/Template/TwigEnvironment.php Invalidates all compiled Twig templates.
TypedData::validate function core/lib/Drupal/Core/TypedData/TypedData.php Validates the currently set data value.
TypedDataAwareValidatorTrait trait core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php Defines a trait to access the typed data object of a validated value.

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