protected property EntityHierarchyArgumentPluginBase::$nestedSetPrefix in Entity Reference Hierarchy 8.2
Same name and namespace in other branches
- 3.x 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\argumentCode
protected $nestedSetPrefix = '';