function StylePluginBase::defaultFieldLabels
Return TRUE if this style enables field labels by default.
Return value
bool TRUE if field labels are enabled by default, FALSE otherwise.
File
-
core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php, line 221
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.