You are here

public property PanelizerEntityNode::$views_table in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 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 19
Class for the Panelizer node entity plugin.

Class

PanelizerEntityNode
Panelizer Entity node plugin class.

Code

public $views_table = 'node';