You are here

protected property SqlContentEntityStorageSchema::$entityManager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 40
Contains \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema.

Class

SqlContentEntityStorageSchema
Defines a schema handler that supports revisionable, translatable entities.

Namespace

Drupal\Core\Entity\Sql

Code

protected $entityManager;