You are here

43 calls to Drupal::entityManager() in Zircon Profile 8

BaseFieldOverride::postDelete in core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php
Acts on deleted entities before the delete hook is invoked.
CommentTestTrait::addDefaultCommentField in core/modules/comment/src/Tests/CommentTestTrait.php
Adds the default comment field to an entity.
CommentTranslationUITest::doTestPublishedStatus in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests the translation publishing status.
config_translation_config_translation_info in core/modules/config_translation/config_translation.module
Implements hook_config_translation_info().
contact_storage_test_install in core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install
Implements hook_install().
ContentTranslationMetadataFieldsTest::testSetTranslatable in core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php
Tests setting translatable metadata fields.
ContentTranslationMetadataFieldsTest::testSkipUntranslatable in core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php
Tests skipping setting non translatable metadata fields.
core_field_views_data in core/modules/views/views.views.inc
Implements hook_field_views_data().
DrupalTest::testEntityManager in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the entityManager() method.
Entity::create in core/lib/Drupal/Core/Entity/Entity.php
Entity::entityManager in core/lib/Drupal/Core/Entity/Entity.php
Gets the entity manager.
Entity::load in core/lib/Drupal/Core/Entity/Entity.php
Entity::loadMultiple in core/lib/Drupal/Core/Entity/Entity.php
EntityReferenceItem::calculateDependencies in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Calculates dependencies for field items.
EntityReferenceItem::onDependencyRemoval in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Informs the plugin that a dependency of the field will be deleted.
EntityTypeManager::getFormObject in core/lib/Drupal/Core/Entity/EntityTypeManager.php
Creates a new form instance.
entity_render_cache_clear in core/includes/entity.inc
Clears the entity render cache for all entity types.
FieldAPIHandlerTrait::getEntityManager in core/modules/views/src/FieldAPIHandlerTrait.php
Returns the entity manager.
FieldConfig::preSave in core/modules/field/src/Entity/FieldConfig.php
Overrides \Drupal\Core\Entity\Entity::preSave().
FieldStorageConfig::postSave in core/modules/field/src/Entity/FieldStorageConfig.php
Acts on a saved entity before the insert or update hook is invoked.
FieldStorageConfig::preSaveNew in core/modules/field/src/Entity/FieldStorageConfig.php
Prepares saving a new field definition.
FieldStorageConfig::preSaveUpdated in core/modules/field/src/Entity/FieldStorageConfig.php
Prepares saving an updated field definition.
field_test_entity_info_translatable in core/modules/field/tests/modules/field_test/field_test.entity.inc
Helper function to enable entity translations.
FileNormalizeTest::setUp in core/modules/hal/src/Tests/FileNormalizeTest.php
Performs setup tasks before each individual test method is run.
file_field_views_data_views_data_alter in core/modules/file/file.views.inc
Implements hook_field_views_data_views_data_alter().
hook_config_translation_info in core/modules/config_translation/config_translation.api.php
Introduce dynamic translation tabs for translation of configuration.
ImageItem::getEntityManager in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Gets the entity manager.
image_field_views_data_views_data_alter in core/modules/image/image.views.inc
Implements hook_field_views_data_views_data_alter().
KernelTestBaseTest::testEnableModulesFixedList in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling.
LinkWidget::getUriAsDisplayableString in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Gets the URI without the 'internal:' or 'entity:' scheme.
MigrateExecutable::attemptMemoryReclaim in core/modules/migrate/src/MigrateExecutable.php
Tries to reclaim memory.
Migration::getEntityManager in core/modules/migrate/src/Entity/Migration.php
Get the entity manager.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Installs a given list of modules.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.
NodeNewComments::renderLink in core/modules/comment/src/Plugin/views/field/NodeNewComments.php
Prepares the link to the first new comment.
NormalizerTestBase::setUp in core/modules/hal/src/Tests/NormalizerTestBase.php
Performs setup tasks before each individual test method is run.
Tables::__construct in core/lib/Drupal/Core/Entity/Query/Sql/Tables.php
User::getAnonymousUser in core/modules/user/src/Entity/User.php
Returns an anonymous user entity.
views_field_default_views_data in core/modules/views/views.views.inc
Default views data implementation for a field.
views_views_data in core/modules/views/views.views.inc
Implements hook_views_data().
views_views_data_alter in core/modules/views/views.views.inc
Implements hook_views_data_alter().
_content_translation_form_language_content_settings_form_alter in core/modules/content_translation/content_translation.admin.inc
(proxied) Implements hook_form_FORM_ID_alter().
_views_field_get_entity_type_storage in core/modules/views/views.views.inc
Determines whether the entity type the field appears in is SQL based.