You are here

protected property DefaultTableMapping::$prefix in Drupal 9

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

The prefix to be used by all the tables of this mapping.

Type: string

File

core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php, line 33

Class

DefaultTableMapping
Defines a default table mapping class.

Namespace

Drupal\Core\Entity\Sql

Code

protected $prefix;