public property PanelizerEntityNode::$views_table in Panelizer 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityNode.class.php \PanelizerEntityNode::views_table
The base table in SQL the entity uses, for views support.
Overrides PanelizerEntityDefault::$views_table
File
- plugins/
entity/ PanelizerEntityNode.class.php, line 15 - Class for the Panelizer node entity plugin.
Class
- PanelizerEntityNode
- Panelizer Entity node plugin class.
Code
public $views_table = 'node';