Overrides ArgumentPluginBase::defineOptions
protected function defineOptions() { $options = parent::defineOptions(); $options['depth'] = [ 'default' => 0, ]; $options['break_phrase'] = [ 'default' => FALSE, ]; $options['use_taxonomy_term_path'] = [ 'default' => FALSE, ]; return $options; }