function Title::defineOptions

Overrides AreaPluginBase::defineOptions

File

core/modules/views/src/Plugin/views/area/Title.php, line 19

Class

Title
Views area title override handler.

Namespace

Drupal\views\Plugin\views\area

Code

protected function defineOptions() {
  $options = parent::defineOptions();
  $options['title'] = [
    'default' => '',
  ];
  return $options;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.