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. Other projects
Title Object type File name Summary
entity_test.entity_test_bundle.testing_config_overrides_module.yml file core/profiles/testing_config_overrides/modules/testing_config_overrides_module/config/optional/entity_test.entity_test_bundle.testing_config_overrides_module.yml core/profiles/testing_config_overrides/modules/testing_config_overrides_module/config/optional/entity_test.entity_test_bundle.testing_config_overrides_module.yml
entity_test_form_entity_test_form_validate function core/modules/system/tests/modules/entity_test/entity_test.module Validation handler for the entity_test entity form.
entity_test_form_entity_test_form_validate_check function core/modules/system/tests/modules/entity_test/entity_test.module Validation handler for the entity_test entity form.
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 @covers \Drupal\package_manager\Validator\EnvironmentSupportValidator
@group package_manager
@internal
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
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.
ExceptionJsonSubscriberTest::providerTestOn4xx function core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php
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.
ExtensionExistsConstraintValidator class core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php Validates that a given extension exists.
ExtensionExistsConstraintValidator.php file core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php
ExtensionExistsConstraintValidator::$moduleHandler property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php The module handler service.
ExtensionExistsConstraintValidator::$themeHandler property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php The theme handler service.
ExtensionExistsConstraintValidator::create function core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php Instantiates a new instance of this class.
ExtensionExistsConstraintValidator::validate function core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php
ExtensionExistsConstraintValidator::__construct function core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php Constructs a ExtensionExistsConstraintValidator object.
ExtensionExistsConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php Tests the ExtensionExists constraint validator.
ExtensionExistsConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php
ExtensionExistsConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php Modules to install.

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