Overrides FieldPluginBase::defineOptions
protected function defineOptions() { $options = parent::defineOptions(); // Override the alter text option to always alter the text. $options['alter']['contains']['alter_text'] = [ 'default' => TRUE, ]; $options['hide_alter_empty'] = [ 'default' => FALSE, ]; return $options; }