Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Search 11.x for Id
  6. Other projects
Title Object type File name Summary
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.
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.
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::providerTestCheckMemoryLimit function core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Provides data for testCheckMemoryLimit().
ErrorServiceTestServiceProvider class core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php The service provider for testing bedlam in container rebuilds.
ErrorServiceTestServiceProvider.php file core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php
ErrorServiceTestServiceProvider::$containerBuilder property core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php The in-situ container builder.
ErrorServiceTestServiceProvider::alter function core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php Modifies existing service definitions.
ErrorTest::providerTestFormatBacktrace function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Data provider for testFormatBacktrace.
ErrorTest::providerTestGetLastCaller function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Data provider for testGetLastCaller.
ERROR_REPORTING_HIDE constant core/includes/bootstrap.inc Error reporting level: display no errors.
EventSubscriber::onConfigImporterValidate function core/modules/config/tests/config_import_test/src/EventSubscriber.php Validates the configuration to be imported.
EventWithPackageListTraitTest::providerGetPackages function core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php Data provider for testGetPackages().
ExceptionJsonSubscriberTest::providerTestOn4xx function core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php
ExceptionLoggingSubscriberTest::exceptionDataProvider function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Returns data for testing exception logging.
ExceptionStatusCodeCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php Provides a list of cookies and expected cache contexts.
ExecutionContext::$validatedConstraints property core/lib/Drupal/Core/Validation/ExecutionContext.php Stores which class constraint has been validated for which object.
ExecutionContext::$validatedObjects property core/lib/Drupal/Core/Validation/ExecutionContext.php Stores which objects have been validated in which group.
ExecutionContext::getValidator function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::isConstraintValidated function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::isGroupValidated function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::markConstraintAsValidated function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::markGroupAsValidated function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExplodeTest::providerExplodeWithNonStrictAndEmptySource function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Data provider for ::testExplodeWithNonStrictAndEmptySource().
ExportForm::getFormId function core/modules/locale/src/Form/ExportForm.php Returns a unique string identifying the form.
ExposedFormPluginBase::exposedFormValidate function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Validates the exposed form submission.
ExposedFormPluginInterface::exposedFormValidate function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Validates the exposed form submission.
ExposedFormTest::assertIds function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Checks whether the specified ids are the ones displayed in the view output.
ExposedFormTest::getExpectedExposedFormId function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Returns a views exposed form ID.
ExposedFormTest::providerTestExposedBlock function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Data provider for testing different types of displays.
ExposedFormTest::testExposedIdentifier function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed form with a non-standard identifier.
Extension::getIds function core/modules/system/src/Plugin/migrate/source/Extension.php Defines the source fields uniquely identifying a source row.
ExtensionAvailableConstraintValidator class core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionAvailableConstraintValidator.php Validates that a given extension exists.

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