Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
MediaTest::testEntity function core/modules/media/tests/src/Kernel/MediaTest.php Tests various aspects of a media item.
MediaThumbnailFormatter::needsEntityLoad function core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php This has to be overridden because FileFormatterBase expects $item to be
of type \Drupal\file\Plugin\Field\FieldType\FileItem and calls
isDisplayed() which is not in FieldItemInterface.
MediaThumbnailFormatterTest::$testEntityBundleId property core/modules/media/tests/src/Kernel/MediaThumbnailFormatterTest.php Test entity bundle id.
MediaThumbnailFormatterTest::$testEntityTypeId property core/modules/media/tests/src/Kernel/MediaThumbnailFormatterTest.php Test entity type id.
MediaTranslationUITest::getNewEntityValues function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of entity field values to be tested.
MediaTypeDeleteConfirmForm::$entityTypeManager property core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php The entity type manager.
MediaTypeForm::$entityDisplayRepository property core/modules/media/src/MediaTypeForm.php Entity display repository service.
MediaTypeForm::$entityFieldManager property core/modules/media/src/MediaTypeForm.php Entity field manager service.
MediaTypeResourceTestBase::$entity property core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php
MediaTypeResourceTestBase::$entityTypeId property core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php The tested entity type.
MediaTypeResourceTestBase::createEntity function core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php Creates the entity to be tested.
MediaTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php Returns the expected normalization of the entity.
MediaTypeResourceTestBase::getNormalizedPostEntity function core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php Returns the normalized POST entity.
MediaTypeTest::$entity property core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php
MediaTypeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php The tested entity type.
MediaTypeTest::createEntity function core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php Creates the entity to be tested.
MediaUiFunctionalTest::testRenderedEntityReferencedMedia function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests that media in ER fields use the Rendered Entity formatter by default.
media_entity_access function core/modules/media/media.module Implements hook_entity_access().
media_entity_type_alter function core/modules/media/media.module Implements hook_entity_type_alter().
media_entity_view_display_presave function core/modules/media/media.module Implements hook_ENTITY_TYPE_presave() for entity_view_display.
media_library_test_entity_field_access function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_entity_field_access().
media_library_test_entity_type_alter function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_entity_type_alter().
media_test_embed_entity_access function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_entity_access().
media_test_embed_entity_view_alter function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_entity_view_alter().
MenuLinkContent::$entity property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php The menu link content entity connected to this plugin instance.
MenuLinkContent::$entityIdsToLoad property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Entities IDs to load.
MenuLinkContent::$entityRepository property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php The entity repository.
MenuLinkContent::$entityTypeManager property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php The entity type manager.
MenuLinkContent::getEntity function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Loads the entity associated with this menu link.
MenuLinkContentDeriver::$entityTypeManager property core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php The entity type manager.
MenuLinkContentEntityAccessTest class core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php Tests menu link content entity access.
MenuLinkContentEntityAccessTest.php file core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php
MenuLinkContentEntityAccessTest::testUnrecognizedOperation function core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php Tests an operation not implemented by the access control handler.
MenuLinkContentForm::$entity property core/modules/menu_link_content/src/Form/MenuLinkContentForm.php The content menu link.
MenuLinkContentForm::buildEntity function core/modules/menu_link_content/src/Form/MenuLinkContentForm.php Builds an updated entity object based upon the submitted form values.
MenuLinkContentResourceTestBase::$entity property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php The MenuLinkContent entity.
MenuLinkContentResourceTestBase::$entityTypeId property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php The tested entity type.
MenuLinkContentResourceTestBase::createEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php Creates the entity to be tested.
MenuLinkContentResourceTestBase::getExpectedNormalizedEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php Returns the expected normalization of the entity.
MenuLinkContentResourceTestBase::getNormalizedPostEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php Returns the normalized POST entity.
MenuLinkContentTest::$entity property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuLinkContentTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php The tested entity type.
MenuLinkContentTest::createEntity function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Creates the entity to be tested.
MenuLinkContentTranslationUITest::createEntity function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Creates the entity to be translated.
MenuLinksTest::testMenuLinkContentGetEntity function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that getEntity() method returns correct value.
MenuLinksTest::testMenuLinkOnEntityDelete function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that menu link pointing to entities get removed on entity remove.
MenuListBuilder::getEntityIds function core/modules/menu_ui/src/MenuListBuilder.php Loads entity IDs using a pager sorted by the entity id.
MenuParentFormSelector::$entityTypeManager property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The entity type manager service.
MenuResourceTestBase::$entity property core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php
MenuResourceTestBase::$entityTypeId property core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php The tested entity type.

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