You are here

protected property ConfigTranslationBlockListBuilder::$themes in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php \Drupal\config_translation\Controller\ConfigTranslationBlockListBuilder::themes
  2. 9 core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php \Drupal\config_translation\Controller\ConfigTranslationBlockListBuilder::themes

An array of theme info keyed by theme name.

Type: array

File

core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php, line 21

Class

ConfigTranslationBlockListBuilder
Defines the config translation list builder for blocks.

Namespace

Drupal\config_translation\Controller

Code

protected $themes = [];