Overrides AreaPluginBase::render
public function render($empty = FALSE) { if (!$empty || !empty($this->options['empty'])) { return [ '#markup' => $this->renderTextarea($this->options['content']), ]; } return []; }