Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
UniquePathAliasConstraintValidator::create function core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php Instantiates a new instance of this class.
UniquePathAliasConstraintValidator::validate function core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php
UniquePathAliasConstraintValidator::__construct function core/lib/Drupal/Core/Path/Plugin/Validation/Constraint/UniquePathAliasConstraintValidator.php Creates a new UniquePathAliasConstraintValidator instance.
UniqueValuesConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the unique field value validation constraint.
UniqueValuesConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php
UniqueValuesConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Modules to install.
UniqueValuesConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests cases where the validation passes for entities with string IDs.
UniqueValuesConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField validation constraint validator.
UniqueValuesConstraintValidatorTest::testValidationCaseInsensitive function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint with regards to case-insensitivity.
UniqueValuesConstraintValidatorTest::testValidationMultiple function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint for multiple violations.
UniqueValuesConstraintValidatorTest::testValidationOwn function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint for existing value in the same entity.
UniqueValuesConstraintValidatorTest::testValidationReference function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint validator for entity reference fields.
unique_field_constraint_test.info.yml file core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.info.yml
UnitTest class core/tests/PHPStan/fixtures/component-tests.php
UnitTestCase class core/tests/Drupal/Tests/UnitTestCase.php Provides a base class and helpers for Drupal unit tests.
UnitTestCase.php file core/tests/Drupal/Tests/UnitTestCase.php
UnitTestCase::getClassResolverStub function core/tests/Drupal/Tests/UnitTestCase.php Returns a stub class resolver.
UnitTestCase::getConfigFactoryStub function core/tests/Drupal/Tests/UnitTestCase.php Returns a stub config factory that behaves according to the passed array.
UnitTestCase::getContainerWithCacheTagsInvalidator function core/tests/Drupal/Tests/UnitTestCase.php Sets up a container with a cache tags invalidator.
UnitTestCase::getStringTranslationStub function core/tests/Drupal/Tests/UnitTestCase.php Returns a stub translation manager that just returns the passed string.
UnitTestCase::setUp function core/tests/Drupal/Tests/UnitTestCase.php
UnitTestCase::setupMockIterator function core/tests/Drupal/Tests/UnitTestCase.php Set up a traversable class mock to return specific items when iterated.
UnitTestCaseTest class core/tests/Drupal/Tests/UnitTestCaseTest.php Tests for the UnitTestCase class.
UnitTestCaseTest.php file core/tests/Drupal/Tests/UnitTestCaseTest.php
UnitTestCaseTest::testVarDumpSameProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in the same process.
UnitTestCaseTest::testVarDumpSeparateProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in a separate process.
UnknownExtensionException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php Exception class thrown when a specified extension is not on the filesystem.
UnknownExtensionException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
UnknownExtensionTypeException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php Exception thrown when a specified extension type is not known.
UnknownExtensionTypeException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php
UnknownPathExcluder::excludeUnknownPaths function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Excludes unknown paths from stage operations.
UnknownPathExcluder::getExcludedPaths function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Returns the paths to exclude from stage operations.
UnknownPathExcluder::getScaffoldFiles function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Gets the path of scaffold files, for example 'index.php' and 'robots.txt'.
UnknownPathExcluder::getSubscribedEvents function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php
UnknownPathExcluder::logExcludedPaths function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Logs the paths that will be excluded from stage operations.
UnknownPathExcluder::__construct function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php
UnknownPathExcluderTest class core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests Unknown Path Excluder.
UnknownPathExcluderTest.php file core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php
UnknownPathExcluderTest::createTestProject function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Creates a test project.
UnknownPathExcluderTest::createTestProjectForTemplate function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Creates a test project with or without a nested webroot.
UnknownPathExcluderTest::providerTestUnknownPath function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Data provider for testUnknownPath().
UnknownPathExcluderTest::testExcluderCanBeDisabled function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests that the excluder can be disabled by a config flag.
UnknownPathExcluderTest::testPathRepositoriesAreIncluded function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests that path repositories are included.
UnknownPathExcluderTest::testUnknownPath function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests that the unknown files and directories are excluded.
UnknownRecipeException::__construct function core/lib/Drupal/Core/Recipe/UnknownRecipeException.php
UnmetDependenciesException class core/lib/Drupal/Core/Config/UnmetDependenciesException.php An exception thrown if configuration has unmet dependencies.
UnmetDependenciesException.php file core/lib/Drupal/Core/Config/UnmetDependenciesException.php
UnmetDependenciesException::$configObjects property core/lib/Drupal/Core/Config/UnmetDependenciesException.php A list of configuration objects that have unmet dependencies.
UnmetDependenciesException::$extension property core/lib/Drupal/Core/Config/UnmetDependenciesException.php The name of the extension that is being installed.
UnmetDependenciesException::create function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Creates an exception for an extension and a list of configuration objects.

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