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 10.3.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
BlockConfigEntityUnitTest::$uuid property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The UUID generator used for testing.
BlockConfigEntityUnitTest::setUp function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::testCalculateDependencies function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @covers ::calculateDependencies
BlockContentAccessHandlerTest::$blockEntity property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The BlockContent entity used for testing.
BlockContentBlock::$entityDisplayRepository property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity display repository.
BlockContentBlock::$entityTypeManager property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity type manager service.
BlockContentBlock::getEntity function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Loads the block content entity of the block.
BlockContentCacheTagsTest::createEntity function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php
BlockContentCacheTagsTest::getAccessCacheContextsForEntity function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php
BlockContentCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Each comment must have a comment body, which always has a text format.
BlockContentEntityChangedConstraint class core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php Validation constraint for the block content entity changed timestamp.
BlockContentEntityChangedConstraint.php file core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php
BlockContentEntityChangedConstraintValidator class core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php Validates the BlockContentEntityChanged constraint.
BlockContentEntityChangedConstraintValidator.php file core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php
BlockContentEntityChangedConstraintValidator::validate function core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php
BlockContentEntityReferenceSelectionTest class core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Tests EntityReference selection handlers don&#039;t return non-reusable blocks.
BlockContentEntityReferenceSelectionTest.php file core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BlockContentEntityReferenceSelectionTest::$blockNonReusable property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test non-reusable block.
BlockContentEntityReferenceSelectionTest::$blockReusable property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test reusable block.
BlockContentEntityReferenceSelectionTest::$entityTypeManager property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php The entity type manager.
BlockContentEntityReferenceSelectionTest::$expectations property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test block expectations.
BlockContentEntityReferenceSelectionTest::$modules property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BlockContentEntityReferenceSelectionTest::$selectionHandler property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test selection handler.
BlockContentEntityReferenceSelectionTest::fieldConditionProvider function core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Provides possible fields and condition types.
BlockContentEntityReferenceSelectionTest::setUp function core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BlockContentEntityReferenceSelectionTest::testFieldConditions function core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Tests setting &#039;reusable&#039; condition on different levels.
BlockContentEntityReferenceSelectionTest::testNoConditions function core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Tests with no conditions set.
BlockContentEntityReferenceSelectionTest::testQueriesNotAltered function core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Tests to make sure queries without the expected tags are not altered.
BlockContentForm::$entity property core/modules/block_content/src/BlockContentForm.php The block content entity.
BlockContentGetDependencyEvent::getBlockContentEntity function core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php Gets the block content entity.
BlockContentHooks::entityOperation function core/modules/block_content/src/Hook/BlockContentHooks.php Implements hook_entity_operation().
BlockContentHooks::entityTypeAlter function core/modules/block_content/src/Hook/BlockContentHooks.php Implements hook_entity_type_alter().
BlockContentHooks::queryEntityReferenceAlter function core/modules/block_content/src/Hook/BlockContentHooks.php Implements hook_query_TAG_alter().
BlockContentListBuilder::getEntityIds function core/modules/block_content/src/BlockContentListBuilder.php
BlockContentModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php
BlockContentModerationHandler::isModeratedEntity function core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php
BlockContentRemoveConstraint::$entityDefinitionUpdateManager property core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveConstraint.php Entity definition update manager.
BlockContentResourceTestBase::$entity property core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
BlockContentResourceTestBase::$entityTypeId property core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
BlockContentResourceTestBase::createEntity function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
BlockContentResourceTestBase::getExpectedNormalizedEntity function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
BlockContentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
BlockContentResourceTestBase::getNormalizedPostEntity function core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
BlockContentTest::$entity property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php
BlockContentTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php
BlockContentTest::createEntity function core/modules/jsonapi/tests/src/Functional/BlockContentTest.php
BlockContentTranslationHandler::entityFormTitle function core/modules/block_content/src/BlockContentTranslationHandler.php
BlockContentTranslationUITest::getNewEntityValues function core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
BlockContentTypeForm::copyFormValuesToEntity function core/modules/block_content/src/BlockContentTypeForm.php
BlockContentTypeResourceTestBase::$entity property core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php

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