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