public property EntityType::$base_table

The name of the entity type's base table.

@todo This is only used by \Drupal\Core\Entity\DatabaseStorageController.

Type: string

File

drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php, line 42
Contains \Drupal\Core\Entity\Annotation\EntityType.

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $base_table;