Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  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 @covers ::isValid
EmailValidatorTest::testIsValidException function core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php @covers ::isValid
EmailWidgetSizeSettingUpdateTest class core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php Tests the update for the 'size' setting of the 'email_default' field widget.
EmailWidgetSizeSettingUpdateTest.php file core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php
EmailWidgetSizeSettingUpdateTest::setDatabaseDumpFiles function core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php Set database dump files to be used.
EmailWidgetSizeSettingUpdateTest::testFieldPostUpdateEmailWidgetSizeSetting function core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php Tests field_post_update_email_widget_size_setting().
EmbeddedDataSource::$ids property core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Description of the unique ID fields for this source.
EmbeddedDataSource::getIds function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Defines the source fields uniquely identifying a source row.
EmbeddedFormWidgetTest class core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Tests media widget nested inside another widget.
EmbeddedFormWidgetTest.php file core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
EmbeddedFormWidgetTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php The theme to install as the default for testing.
EmbeddedFormWidgetTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Modules to enable.
EmbeddedFormWidgetTest::insertionReselectionProvider function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Data provider for ::testInsertionAndReselection().
EmbeddedFormWidgetTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
EmbeddedFormWidgetTest::testInsertionAndReselection function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Test media inside another widget that validates too enthusiastically.
EmptySource::getIds function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Defines the source fields uniquely identifying a source row.
Endpoint::$provider property core/modules/media/src/OEmbed/Endpoint.php The provider this endpoint belongs to.
Endpoint::getProvider function core/modules/media/src/OEmbed/Endpoint.php Returns the provider this endpoint belongs to.
EngineNyanCatTest::testTemplateOverride function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Ensures a theme's template is overridable based on the 'template' filename.
entity.bundle_config_import_validator service core/core.services.yml Drupal\Core\Entity\Event\BundleConfigImportValidate
Entity::getEntityId function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Gets the entity ID of the row.
Entity::validateArgument function core/modules/views/src/Plugin/views/argument_validator/Entity.php Performs validation for a given argument.
Entity::validateEntity function core/modules/views/src/Plugin/views/argument_validator/Entity.php Validates an individual entity against class access settings.
EntityAccessControlHandler::$entityTypeId property core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php The entity type ID of the access control handler instance.
EntityAccessControlHandlerTest::providerTestFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures the static access cache works correctly in the absence of an UUID.
EntityAccessControlHandlerTest::testEntityWithUuidAccessCache function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures the static access cache works correctly with a UUID and revisions.
EntityAdapterUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The type ID of the entity under test.
EntityAdapterUnitTest::$id property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity ID.
EntityAdapterUnitTest::$uuid property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The UUID generator used for testing.
EntityAdapterUnitTest::testGetInvalidField function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::get
EntityApiTest::testUpdateWithId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving an entity with a different entity ID throws an exception.
EntityApiTest::testUpdateWithRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving a revision with a different revision ID throws an exception.
EntityAutocomplete::extractEntityIdFromAutocompleteInput function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Extracts the entity ID from the autocompletion result.
EntityAutocomplete::validateEntityAutocomplete function core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php Form element validation handler for entity_autocomplete elements.
EntityAutocompleteElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns a unique string identifying the form.
EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests ID input is handled correctly.
EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests invalid entries in the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests valid entries in the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest::validateForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form validation handler.
EntityBase::$entityTypeId property core/lib/Drupal/Core/Entity/EntityBase.php The entity type.
EntityBase::getCacheTagsToInvalidate function core/lib/Drupal/Core/Entity/EntityBase.php Returns the cache tags that should be used to invalidate caches.
EntityBase::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityBase.php Gets the ID of the type of the entity.
EntityBase::getListCacheTagsToInvalidate function core/lib/Drupal/Core/Entity/EntityBase.php The list cache tags to invalidate for this entity.
EntityBase::getOriginalId function core/lib/Drupal/Core/Entity/EntityBase.php Gets the original ID.
EntityBase::id function core/lib/Drupal/Core/Entity/EntityBase.php Gets the identifier.
EntityBase::invalidateTagsOnDelete function core/lib/Drupal/Core/Entity/EntityBase.php Invalidates an entity's cache tags upon delete.
EntityBase::invalidateTagsOnSave function core/lib/Drupal/Core/Entity/EntityBase.php Invalidates an entity's cache tags upon save.

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