function TextCustom::defineOptions
Overrides TokenizeAreaPluginBase::defineOptions
File
- 
              core/modules/ views/ src/ Plugin/ views/ area/ TextCustom.php, line 20 
Class
- TextCustom
- Views area text handler.
Namespace
Drupal\views\Plugin\views\areaCode
protected function defineOptions() {
  $options = parent::defineOptions();
  $options['content'] = [
    'default' => '',
  ];
  return $options;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
