You are here

public property AreaPluginBase::$areaType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/area/AreaPluginBase.php \Drupal\views\Plugin\views\area\AreaPluginBase::areaType

The type of this area handler, i.e. 'header', 'footer', or 'empty'.

Type: string

File

core/modules/views/src/Plugin/views/area/AreaPluginBase.php, line 38
Contains \Drupal\views\Plugin\views\area\AreaPluginBase.

Class

AreaPluginBase
Base class for area handler plugins.

Namespace

Drupal\views\Plugin\views\area

Code

public $areaType;