Overrides AreaPluginBase::defineOptions
protected function defineOptions() { $options = parent::defineOptions(); $options['view_to_insert'] = [ 'default' => '', ]; $options['inherit_arguments'] = [ 'default' => FALSE, ]; return $options; }