Overrides ConfigNamesMapper::getOperations
public function getOperations() { return [ 'list' => [ 'title' => $this->t('List'), 'url' => Url::fromRoute('config_translation.entity_list', [ 'mapper_id' => $this->getPluginId(), ]), ], ]; }