Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigEntityMapper.php

function ConfigEntityMapper::getOperations

Overrides ConfigNamesMapper::getOperations

File

core/modules/config_translation/src/ConfigEntityMapper.php, line 197

Class

ConfigEntityMapper
Configuration mapper for configuration entities.

Namespace

Drupal\config_translation

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal