function DisplayPluginBase::isEnabled
Whether the display is enabled.
Return value
bool Returns TRUE if the display is marked as enabled, else FALSE.
Overrides DisplayPluginInterface::isEnabled
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 294
Class
- DisplayPluginBase
- Base class for views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function isEnabled() {
return (bool) $this->getOption('enabled');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.