Example #1
0
 /**
  * Generate a label.
  *
  * @return string
  */
 protected function generateLabel()
 {
     return $this->translate('filters') ?: $this->field->getLabel();
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function generateLabel()
 {
     return $this->field->getLabel();
 }