Overrides AreaPluginBase::defineOptions
protected function defineOptions() { $options = parent::defineOptions(); $options['content'] = [ 'default' => $this->t('Displaying @start - @end of @total'), ]; return $options; }