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
TaxonomyHooks::entityOperation function core/modules/taxonomy/src/Hook/TaxonomyHooks.php Implements hook_entity_operation().
TaxonomyOverviewOverrideHooks::entityTypeAlter function core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/src/Hook/TaxonomyOverviewOverrideHooks.php Implements hook_entity_type_alter().
TaxonomyPermissions::$entityTypeManager property core/modules/taxonomy/src/TaxonomyPermissions.php The entity type manager.
TaxonomyTermDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
TaxonomyTermDisplayConfigurableTestHooks::entityTypeBuild function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Implements hook_entity_type_build().
TaxonomyTermHierarchyConstraintValidator::$entityTypeManager property core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php The entity type manager.
TaxonomyTermModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters entity forms to enforce revision handling.
TaxonomyTestHooks::entityAccess function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_entity_access().
template_preprocess_entity_add_list function core/modules/system/system.module Prepares variables for the list of available bundles.
TemporaryQueryGuard::getAccessResultsFromEntityFilterHook function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets the combined access result for each JsonApiFilter::AMONG_* subset.
TermBreadcrumbBuilder::$entityRepository property core/modules/taxonomy/src/TermBreadcrumbBuilder.php The entity repository manager.
TermBreadcrumbBuilder::$entityTypeManager property core/modules/taxonomy/src/TermBreadcrumbBuilder.php The entity type manager.
TermCacheTagsTest::createEntity function core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php Creates the entity to be tested.
TermEntityQueryTest class core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php Verifies operation of a taxonomy-based Entity Query.
TermEntityQueryTest.php file core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php
TermEntityQueryTest::$modules property core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php Modules to install.
TermEntityQueryTest::testTermEntityQuery function core/modules/taxonomy/tests/src/Kernel/TermEntityQueryTest.php Tests that a basic taxonomy entity query works.
TermEntityReferenceTest class core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php Tests the settings of restricting term selection to a single vocabulary.
TermEntityReferenceTest.php file core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php
TermEntityReferenceTest::$modules property core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php Modules to install.
TermEntityReferenceTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php
TermEntityReferenceTest::testSelectionTestVocabularyRestriction function core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php Tests an entity reference field restricted to a single vocabulary.
TermEntityTranslation class core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Drupal 7 taxonomy term entity translation source plugin.
TermEntityTranslation.php file core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php
TermEntityTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Returns available fields on the source.
TermEntityTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Defines the source fields uniquely identifying a source row.
TermEntityTranslation::prepareRow function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Adds additional data to the row.
TermEntityTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Prepares query object to retrieve data from the source database.
TermEntityTranslationTest class core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php Tests taxonomy term entity translation source plugin.
TermEntityTranslationTest.php file core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php
TermEntityTranslationTest::$modules property core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php Modules to install.
TermEntityTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php Provides source data for ::testSource.
TermForm::buildEntity function core/modules/taxonomy/src/TermForm.php Builds an updated entity object based upon the submitted form values.
TermResourceTestBase::$entity property core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php
TermResourceTestBase::$entityTypeId property core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php The tested entity type.
TermResourceTestBase::createEntity function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Creates the entity to be tested.
TermResourceTestBase::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Returns the expected normalization of the entity.
TermResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php The cacheability of unauthorized &#039;view&#039; entity access.
TermResourceTestBase::getNormalizedPostEntity function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Returns the normalized POST entity.
TermSelection::buildEntityQuery function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Builds an EntityQuery to get referenceable entities.
TermSelection::createNewEntity function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Creates a new entity object that can be used as a valid reference.
TermStorageSchema::getEntitySchema function core/modules/taxonomy/src/TermStorageSchema.php Gets the entity schema for the specified entity type.
TermTest::$entity property core/modules/jsonapi/tests/src/Functional/TermTest.php
TermTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/TermTest.php The tested entity type.
TermTest::createEntity function core/modules/jsonapi/tests/src/Functional/TermTest.php Creates the entity to be tested.
TermTranslationHandler::entityFormAlter function core/modules/taxonomy/src/TermTranslationHandler.php Performs the needed alterations to the entity form.
TermTranslationHandler::entityFormEntityBuild function core/modules/taxonomy/src/TermTranslationHandler.php Entity builder method.
TermTranslationHandler::entityFormSave function core/modules/taxonomy/src/TermTranslationHandler.php Form submission handler for TermTranslationHandler::entityFormAlter().
TermTranslationUITest::getNewEntityValues function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an array of entity field values to be tested.
TestableSqlContentEntityStorage class core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php A test subclass of SqlContentEntityStorage.

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