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 main for %s
  6. Other projects
Title Object type File name Summary
EntryPointTest.php file core/modules/jsonapi/tests/src/Functional/EntryPointTest.php
EntryPointTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EntryPointTest.php The theme to install as the default for testing.
EntryPointTest::$modules property core/modules/jsonapi/tests/src/Functional/EntryPointTest.php Modules to install.
EntryPointTest::testEntryPoint function core/modules/jsonapi/tests/src/Functional/EntryPointTest.php Test GET to the entry point.
Enum::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Enum.php Gets the primitive data value casted to the correct PHP type.
Enum::getConstraints function core/lib/Drupal/Core/TypedData/Plugin/DataType/Enum.php Gets a list of validation constraints.
Enum::__construct function core/lib/Drupal/Component/Annotation/Doctrine/Annotation/Enum.php @phpstan-param array{literal?: mixed[], value: list<scalar>} $values
EnumConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php Checks that a value is a valid Enum.
EnumConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php
EnumConstraint::$invalidClassMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php Violation message if the value is not of the expected enum class.
EnumConstraint::$missingClassMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php Violation message if the enum class is missing.
EnumConstraint::$notEnumMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraint.php Violation message if the value is not an enum.
EnumConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraintValidator.php Validates the Enum constraint.
EnumConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraintValidator.php
EnumConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EnumConstraintValidator.php
EnumConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/TypedData/EnumConstraintValidatorTest.php Tests the "enum" data type.
EnumConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/TypedData/EnumConstraintValidatorTest.php
EnumConstraintValidatorTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/TypedData/EnumConstraintValidatorTest.php The typed data manager to use.
EnumConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/EnumConstraintValidatorTest.php
EnumConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/TypedData/EnumConstraintValidatorTest.php Tests the constraint.
Environment::getUploadMaxSize function core/lib/Drupal/Component/Utility/Environment.php Determines the maximum file upload size by querying the PHP settings.
Environment::setTimeLimit function core/lib/Drupal/Component/Utility/Environment.php Attempts to set the PHP maximum execution time.
EnvironmentCleaner::cleanDatabase function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Remove database entries left over in the fixture database.
EnvironmentCleaner::cleanResults function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Clears test results from the results storage.
EnvironmentCleaner::cleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Finds all leftover fixture site directories and removes them.
EnvironmentCleaner::doCleanDatabase function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Performs the fixture database cleanup.
EnvironmentCleaner::doCleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Performs the cleanup of temporary test directories.
EnvironmentCleaner::__construct function core/lib/Drupal/Core/Test/EnvironmentCleaner.php Constructs a test environment cleaner.
EnvironmentCleanerInterface::cleanDatabase function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Remove database entries left over in the fixture database.
EnvironmentCleanerInterface::cleanResults function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Clears test results from the results storage.
EnvironmentCleanerInterface::cleanTemporaryDirectories function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Finds all leftover fixture site directories and removes them.
EnvironmentCleanerTest class core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php Tests Drupal\Core\Test\EnvironmentCleaner.
EnvironmentCleanerTest.php file core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php
EnvironmentCleanerTest::testDoCleanTemporaryDirectories function core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php Tests do clean temporary directories.
EnvironmentSupportValidator class core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php Checks that the environment has support for Package Manager.
EnvironmentSupportValidator.php file core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php
EnvironmentSupportValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php
EnvironmentSupportValidator::validate function core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php Checks that this environment supports Package Manager.
EnvironmentSupportValidator::VARIABLE_NAME constant core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php The name of the environment variable to check.
EnvironmentSupportValidatorTest class core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php Tests Environment Support Validator.
EnvironmentSupportValidatorTest.php file core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
EnvironmentSupportValidatorTest::testInvalidUrl function core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php Tests handling of an invalid URL in the environment support variable.
EnvironmentSupportValidatorTest::testInvalidUrlDuringPreApply function core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php Tests an invalid URL in the environment support variable during pre-apply.
EnvironmentSupportValidatorTest::testValidUrl function core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php Tests that the validation message links to the provided URL.
EnvironmentSupportValidatorTest::testValidUrlDuringPreApply function core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php Tests that the validation message links to the provided URL during pre-apply.
EnvironmentTest class core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Test PHP Environment helper methods.
EnvironmentTest.php file core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php
EnvironmentTest::providerTestCheckMemoryLimit function core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Provides data for testCheckMemoryLimit().
EnvironmentTest::testCheckMemoryLimit function core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Tests \Drupal\Component\Utility\Environment::checkMemoryLimit().
Equality::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/Equality.php Exposed filter options.

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