You are here

protected property EntityHierarchyArgumentPluginBase::$nestedSetPrefix in Entity Reference Hierarchy 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/argument/EntityHierarchyArgumentPluginBase.php \Drupal\entity_hierarchy\Plugin\views\argument\EntityHierarchyArgumentPluginBase::nestedSetPrefix

Table prefix for nested set.

DBAL doesn't support table prefixes, so we must ensure to respect it.

Type: string

File

src/Plugin/views/argument/EntityHierarchyArgumentPluginBase.php, line 42

Class

EntityHierarchyArgumentPluginBase
Defines a base argument plugin.

Namespace

Drupal\entity_hierarchy\Plugin\views\argument

Code

protected $nestedSetPrefix = '';