You are here

protected property EntityUsage::$tableName in Entity Usage 8.3

Same name and namespace in other branches
  1. 8.4 src/EntityUsage.php \Drupal\entity_usage\EntityUsage::tableName
  2. 8 src/EntityUsage.php \Drupal\entity_usage\EntityUsage::tableName
  3. 8.2 src/EntityUsage.php \Drupal\entity_usage\EntityUsage::tableName

The name of the SQL table used to store entity usage information.

Type: string

File

src/EntityUsage.php, line 31

Class

EntityUsage
Defines the entity usage base class.

Namespace

Drupal\entity_usage

Code

protected $tableName;