Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 11.x for entity
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Entity | class | core/ |
Defines an argument validator plugin for each entity type. |
| Entity | class | core/ |
Provides an area handler which renders an entity in a certain view mode. |
| Entity | class | core/ |
Provides a generic destination to import entities. |
| Entity | class | core/ |
|
| Entity | class | core/ |
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 |
|---|---|---|---|
| SqlContentEntityStorageTest::testGetBaseTable | function | core/ |
Tests SqlContentEntityStorage::getBaseTable(). |
| SqlContentEntityStorageTest::testGetDataTable | function | core/ |
Tests SqlContentEntityStorage::getDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionDataTable | function | core/ |
Tests SqlContentEntityStorage::getRevisionDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionTable | function | core/ |
Tests SqlContentEntityStorage::getRevisionTable(). |
| SqlContentEntityStorageTest::testGetTableMappingEmpty | function | core/ |
Tests getTableMapping() with an empty entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionable | function | core/ |
Tests getTableMapping() with a revisionable, non-translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable | function | core/ |
Tests getTableMapping() with a revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields | function | core/ |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields | function | core/ |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimple | function | core/ |
Tests getTableMapping() with a simple entity type. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields | function | core/ |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields | function | core/ |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatable | function | core/ |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields | function | core/ |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlContentEntityStorageTest::testHasData | function | core/ |
@covers ::hasData[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCached | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
| SqlContentEntityStorageTest::testOnEntityTypeCreate | function | core/ |
Tests ContentEntityDatabaseStorage::onEntityTypeCreate(). |
| SqlContentEntityStorageTest::testSetTableMapping | function | core/ |
Tests that setting a new table mapping also updates the table names. |
| SqlContentEntityStorageTestEntityInterface | class | core/ |
Provides an entity with dummy implementations of static methods. |
| SqlContentEntityStorageTestEntityInterface::postLoad | function | core/ |
Acts on loaded entities. |
| SqlEntityLoadingTest | class | core/ |
Tests the loading of entities and entity revisions. |
| SqlEntityLoadingTest.php | file | core/ |
|
| SqlEntityLoadingTest::$modules | property | core/ |
Modules to install. |
| SqlEntityLoadingTest::$testViews | property | core/ |
Views to be enabled. |
| SqlEntityLoadingTest::setUp | function | core/ |
|
| SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision | function | core/ |
|
| SqlEntityStorageInterface | interface | core/ |
A common interface for SQL-based entity storage implementations. |
| SqlEntityStorageInterface.php | file | core/ |
|
| SqlEntityStorageInterface::getTableMapping | function | core/ |
Gets a table mapping for the entity's SQL tables. |
| SqlFieldableEntityTypeListenerTrait | trait | core/ |
Helper methods for EntityTypeListenerInterface. |
| SqlFieldableEntityTypeListenerTrait.php | file | core/ |
|
| SqlFieldableEntityTypeListenerTrait::copyData | function | core/ |
Copies entity data from the original storage to the temporary one. |
| SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy | function | core/ |
Handles the case when an error occurs during the data copying step. |
| SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate | function | core/ |
|
| SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema | function | core/ |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema | function | core/ |
Allows subscribers to prepare their schema before data copying. |
| SqlTest::setupEntityTypeManager | function | core/ |
Sets up the entity type manager in the container. |
| SqlTest::setupEntityTypes | function | core/ |
Sets up some test entity types and corresponding views data. |
| SqlTest::testLoadEntitiesWithNonEntityRelationship | function | core/ |
@covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]] |
| SqlTest::testLoadEntitiesWithRevisionOfSameEntityType | function | core/ |
@covers ::loadEntities[[api-linebreak]] @covers ::assignEntitiesToResult[[api-linebreak]] |
| StatisticsPopularBlock::$entityRepository | property | core/ |
The entity repository service. |
| StatisticsPopularBlock::$entityTypeManager | property | core/ |
The entity type manager. |
| StringFormatter::$entityTypeManager | property | core/ |
The entity type manager. |
| StringFormatter::getEntityUrl | function | core/ |
Gets the URI elements of the entity. |
| StringFormatterTest::$entityType | property | core/ |
|
| StringFormatterTest::$entityTypeManager | property | core/ |
The entity type manager. |
| StringFormatterTest::renderEntityFields | function | core/ |
Renders fields of a given entity with a given display. |
| StringIdEntityTest | class | core/ |
Defines a content entity type that has a string ID. |
Pagination
- Previous page
- Page 185
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.