function DisplayPluginBase::usesAreas
Returns whether the display can use areas.
Return value
bool TRUE if the display can use areas, or FALSE otherwise.
Overrides DisplayPluginInterface::usesAreas
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 391
Class
- DisplayPluginBase
- Base class for views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function usesAreas() {
return $this->usesAreas;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.