You are here

public property PanelizerEntityUser::$views_table in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityUser.class.php \PanelizerEntityUser::views_table

The base table in SQL the entity uses, for views support.

Overrides PanelizerEntityDefault::$views_table

File

plugins/entity/PanelizerEntityUser.class.php, line 16
Class for the Panelizer taxonomy term entity plugin.

Class

PanelizerEntityUser
Panelizer Entity user plugin class.

Code

public $views_table = 'users';