You are here

protected property SqlContentEntityStorage::$temporary in Drupal 9

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

Whether this storage should use the temporary table mapping.

Type: bool

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 142

Class

SqlContentEntityStorage
A content entity database storage implementation.

Namespace

Drupal\Core\Entity\Sql

Code

protected $temporary = FALSE;