Search for entityType

  1. Search 7.x for entityType
  2. Search 9.5.x for entityType
  3. Search 10.3.x for entityType
  4. Search 11.x for entityType
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
EntityType class core/lib/Drupal/Core/Entity/EntityType.php Provides an implementation of an entity type and its metadata.
EntityType class core/lib/Drupal/Core/Entity/Annotation/EntityType.php Defines an Entity type annotation object.

All search results

Title Object type File name Summary
Rss::$entityTypeId property core/modules/aggregator/src/Plugin/views/row/Rss.php
Rss::$entityTypeId property core/modules/comment/src/Plugin/views/row/Rss.php
Rss::$entityTypeId property core/modules/node/src/Plugin/views/row/Rss.php
RssPluginBase::$entityTypeId property core/modules/views/src/Plugin/views/row/RssPluginBase.php The ID of the entity type for which this is an RSS row plugin.
RssPluginBase::$entityTypeManager property core/modules/views/src/Plugin/views/row/RssPluginBase.php The entity manager.
SearchPageResourceTestBase::$entityTypeId property core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php
SearchPageTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/SearchPageTest.php
SetInlineBlockDependency::$entityTypeManager property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The entity type manager.
ShortcutResourceTestBase::$entityTypeId property core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
ShortcutSetResourceTestBase::$entityTypeId property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php
ShortcutSetTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ShortcutTest.php
Sql::$entityTypeManager property core/modules/views/src/Plugin/views/query/Sql.php The entity type manager.
SqlContentEntityStorage::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type manager.
SqlContentEntityStorage::onEntityTypeCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::onEntityTypeDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::setEntityType function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Updates the wrapped entity type definition.
SqlContentEntityStorageSchema::$entityType property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The entity type this schema builder is responsible for.
SqlContentEntityStorageSchema::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The entity type manager.
SqlContentEntityStorageSchema::checkEntityType function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Checks that we are dealing with the correct entity type.
SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onEntityTypeCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onEntityTypeDelete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::postUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::preUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchemaConverter::$entityTypeId property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type ID this schema converter is responsible for.
SqlContentEntityStorageSchemaConverter::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type manager.
SqlContentEntityStorageSchemaTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked entity type used in this test.
SqlContentEntityStorageSchemaTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked entity type manager used in this test.
SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php ::onEntityTypeUpdate
SqlContentEntityStorageTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The mocked entity type used in this test.
SqlContentEntityStorageTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The mocked entity type bundle info used in this test.
SqlContentEntityStorageTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The entity type ID.
SqlContentEntityStorageTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The mocked entity type manager used in this test.
SqlContentEntityStorageTest::testOnEntityTypeCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
SqlFieldableEntityTypeListenerTrait trait core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Helper methods for EntityTypeListenerInterface.
SqlFieldableEntityTypeListenerTrait.php file core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
SqlFieldableEntityTypeListenerTrait::copyData function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Copies entity data from the original storage to the temporary one.
SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Handles the case when an error occurs during the data copying step.
SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Allows subscribers to do any cleanup necessary after data copying.
SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Allows subscribers to prepare their schema before data copying.
SqlTest::setupEntityTypeManager function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the entity type manager in the container.
SqlTest::setupEntityTypes function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up some test entity types and corresponding views data.

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