function StylePluginBase::defaultFieldLabels
Return TRUE if this style enables field labels by default.
Return value
bool
File
-
core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php, line 214
Class
- StylePluginBase
- Base class for views style plugins.
Namespace
Drupal\views\Plugin\views\styleCode
public function defaultFieldLabels() {
return $this->defaultFieldLabels;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.