public property PanelizerEntityComment::$views_table in Panelizer 7.3
The base table in SQL the entity uses, for views support.
Overrides PanelizerEntityDefault::$views_table
File
- plugins/
entity/ PanelizerEntityComment.class.php, line 13 - Class for the Panelizer comment entity plugin.
Class
- PanelizerEntityComment
- Panelizer Entity comment plugin class.
Code
public $views_table = 'comment';