Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.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 a 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.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
InlineBlockEntityOperations::removeUnusedForEntityOnSave function core/modules/layout_builder/src/InlineBlockEntityOperations.php Remove all unused inline blocks on save.
InlineBlockEntityOperations::saveInlineBlockComponent function core/modules/layout_builder/src/InlineBlockEntityOperations.php Saves an inline block component.
InlineBlockEntityOperations::__construct function core/modules/layout_builder/src/InlineBlockEntityOperations.php Constructs a new EntityOperations object.
InlineBlockTestBase::getLatestBlockEntityId function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Gets the latest block entity id.
InlineBlockUsage::removeByLayoutEntity function core/modules/layout_builder/src/InlineBlockUsage.php
InlineBlockUsageInterface::removeByLayoutEntity function core/modules/layout_builder/src/InlineBlockUsageInterface.php Remove usage record by layout entity.
InstallHelper::$entityTypeManager property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Entity type manager.
InstallHelper::createFileEntity function core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Creates a file entity based on an image path.
install_core_entity_type_definitions function core/includes/install.core.inc Installs entity type definitions provided by core.
InternalEntitiesTest::$internalEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity of an internal entity type.
InternalEntitiesTest::$referencingEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity referencing an internal entity.
ItemCacheTagsTest::createEntity function core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php
ItemCacheTagsTest::testEntityCreation function core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php Tests that when creating a feed item, the feed tag is invalidated.
ItemHalJsonTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php
ItemHalJsonTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php
ItemResourceTestBase::$entity property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The Item entity.
ItemResourceTestBase::$entityTypeId property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php
ItemResourceTestBase::createAnotherEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php
ItemResourceTestBase::createEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php
ItemResourceTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php
ItemResourceTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php
ItemTest::$entity property core/modules/jsonapi/tests/src/Functional/ItemTest.php
ItemTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ItemTest.php
ItemTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/ItemTest.php
ItemTest::createEntity function core/modules/jsonapi/tests/src/Functional/ItemTest.php
ItemWithoutFeedTest::testEntityCreation function core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php Tests attempting to create a feed item without a feed.
jsonapi.entity_access_checker service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Access\EntityAccessChecker
jsonapi.entity_resource service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\EntityResource
JsonApiDocumentTopLevelNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php The entity type manager.
JsonapiKernelTestBase::createEntityReferenceField function core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Creates a field of an entity reference field storage on the bundle.
JsonApiRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonApiRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2968972 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Cannot PATCH an entity with dangling references in an ER field.
JsonApiRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2984647 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Cannot GET an entity with dangling references in an ER field.
JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure deep nested include works on multi target entity type field.
JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure POSTing invalid data results in a 422 response, not a PHP error.
JsonApiRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure non-translatable entities can be PATCHed with an alternate language.
jsonapi_entity_bundle_create function core/modules/jsonapi/jsonapi.module Implements hook_entity_bundle_create().
jsonapi_entity_bundle_delete function core/modules/jsonapi/jsonapi.module Implements hook_entity_bundle_delete().
jsonapi_entity_create function core/modules/jsonapi/jsonapi.module Implements hook_entity_create().
jsonapi_entity_delete function core/modules/jsonapi/jsonapi.module Implements hook_entity_delete().
jsonapi_jsonapi_entity_filter_access function core/modules/jsonapi/jsonapi.module Implements hook_jsonapi_entity_filter_access().
jsonapi_jsonapi_entity_test_filter_access function core/modules/jsonapi/jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for &#039;entity_test&#039;.
jsonapi_test_field_access_entity_field_access function core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.module Implements hook_entity_field_access().
jsonapi_test_field_filter_access_jsonapi_entity_field_filter_access function core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.module Implements hook_jsonapi_entity_field_field_access().
KernelTestBase::installEntitySchema function core/modules/simpletest/src/KernelTestBase.php Installs the storage schema for a specific entity type.
KernelTestBase::installEntitySchema function core/tests/Drupal/KernelTests/KernelTestBase.php Installs the storage schema for a specific entity type.
KernelTestBaseTest::testInstallEntitySchema function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installEntitySchema().
KeyValueContentEntityStorage class core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Provides a key value backend for content entities.
KeyValueContentEntityStorage.php file core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::createRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php

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