You are here

public property Entity::$base_table in Views (for Drupal 7) 8.3

The table the entity is using for storage.

Type: string

File

lib/Views/system/Plugin/views/row/Entity.php, line 24
Definition of Views\system\Plugin\views\row\Entity.

Class

Entity
Generic entity row plugin to provide a common base for all entity types.

Namespace

Views\system\Plugin\views\row

Code

public $base_table;