EntityManager::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getFormModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getFormModes |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getFormObject |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getHandler |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getInstance |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getListBuilder |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getRouteProviders |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getStorage |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getTranslationFromContext |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewBuilder |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewDisplay |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::getViewModes |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::hasDefinition |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::hasHandler |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::loadEntityByConfigTarget |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::loadEntityByUuid |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onBundleCreate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onBundleDelete |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
Reacts to the creation of the entity type. |
EntityManager::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldableEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldStorageDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::setFieldMap |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManager::useCaches |
function |
core/lib/Drupal/Core/Entity/EntityManager.php |
|
EntityManagerInterface |
interface |
core/lib/Drupal/Core/Entity/EntityManagerInterface.php |
Provides an interface for entity type managers. |
EntityManagerInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityManagerInterface.php |
|
EntityManagerInterface::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityManagerInterface.php |
|
EntityManagerInterface::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityManagerInterface.php |
|
EntityManagerTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
@coversDefaultClass \Drupal\Core\Entity\EntityManager
@group Entity
@group legacy |
EntityManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
|
EntityManagerTest::$entityDisplayRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
The entity display repository. |
EntityManagerTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
The entity field manager. |
EntityManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
The entity last installed schema repository. |
EntityManagerTest::$entityManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
The entity manager. |
EntityManagerTest::$entityRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
The entity repository. |
EntityManagerTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
The entity type bundle info. |
EntityManagerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php |
The entity type manager. |