Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
EmailValidatorTest class core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php Tests the EmailValidator utility class.
EmailValidatorTest.php file core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php
EmailValidatorTest::testIsValid function core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php Tests is valid.
EmailValidatorTest::testIsValidException function core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php Tests is valid exception.
EmbeddedDataSource::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Initializes the iterator with the source data.
EmbeddedDataSource::__toString function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Allows class to decide how it will react when it is treated like a string.
EmptyHelpSection::listTopics function core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php Returns a list of topics to show in the help section.
EmptySource::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Initializes the iterator with the source data.
EmptySource::__toString function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Allows class to decide how it will react when it is treated like a string.
EnabledConfigurablePluginsConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Enabled configurable plugin settings validator.
EnabledConfigurablePluginsConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Gets all configurable CKEditor 5 plugin definitions that are enabled.
EnabledConfigurablePluginsConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EnabledExtensionsValidator class core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php Validates no enabled Drupal extensions are removed from the stage directory.
EnabledExtensionsValidator.php file core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php
EnabledExtensionsValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php
EnabledExtensionsValidator::validate function core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php Validates that no enabled Drupal extensions have been removed.
EnabledExtensionsValidator::__construct function core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php
EnabledExtensionsValidatorTest class core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Tests Enabled Extensions Validator.
EnabledExtensionsValidatorTest.php file core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php
EnabledExtensionsValidatorTest::createExtension function core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Returns a mocked extension object for a package.
EnabledExtensionsValidatorTest::providerExtensionRemoved function core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Data provider for testExtensionRemoved().
EnabledExtensionsValidatorTest::testExtensionRemoved function core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php Tests that error is raised if Drupal modules, profiles or themes are removed.
EndOfTransactionQueriesTest::isStatementRelatedToTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Determines if a statement is relative to a specified table.
EngineTwigTest::testTwigLinkGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the magic url to string Twig functions.
entity.autocomplete_matcher service core/core.services.yml Drupal\Core\Entity\EntityAutocompleteMatcher
entity.bundle_config_import_validator service core/core.services.yml Drupal\Core\Entity\Event\BundleConfigImportValidate
entity.last_installed_schema.repository service core/core.services.yml Drupal\Core\Entity\EntityLastInstalledSchemaRepository
entity.repository service core/core.services.yml Drupal\Core\Entity\EntityRepository
Entity::$entityDisplayRepository property core/modules/views/src/Plugin/views/area/Entity.php The entity display repository.
Entity::$entityRepository property core/modules/views/src/Plugin/views/area/Entity.php The entity repository service.
Entity::$storage property core/modules/migrate/src/Plugin/migrate/destination/Entity.php The entity storage.
Entity::submitOptionsForm function core/modules/views/src/Plugin/views/argument_validator/Entity.php Provides the default form for submitting options.
Entity::submitOptionsForm function core/modules/views/src/Plugin/views/area/Entity.php Handle any special handling on the validate form.
EntityAccessChecker::$entityRepository property core/modules/jsonapi/src/Access/EntityAccessChecker.php The entity repository.
EntityAccessChecker::$resourceTypeRepository property core/modules/jsonapi/src/Access/EntityAccessChecker.php The JSON:API resource type repository.
EntityAdapter::getIterator function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Retrieves the iterator for the object.
EntityAdapter::toArray function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Returns an array of all property values.
EntityAdapterUnitTest::testGetIterator function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests get iterator.
EntityAdapterUnitTest::testOnChange function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests on change.
EntityAdapterUnitTest::testToArray function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests to array.
EntityAdapterUnitTest::testToArrayWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests to array without data.
EntityApiTest::testEntityStorageExceptionHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that exceptions are thrown when saving or deleting an entity.
EntityAutocomplete class core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Provides an entity autocomplete form element.
EntityAutocomplete.php file core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
EntityAutocomplete::extractEntityIdFromAutocompleteInput function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Extracts the entity ID from the autocompletion result.
EntityAutocomplete::getEntityLabels function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Converts an array of entity objects into a string of entity labels.
EntityAutocomplete::getInfo function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Returns the element properties for this element.

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