public static property BlockLanguageCacheTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/src/Tests/BlockLanguageCacheTest.php \Drupal\block\Tests\BlockLanguageCacheTest::modules
Modules to install.
Type: array
File
- core/
modules/ block/ src/ Tests/ BlockLanguageCacheTest.php, line 26 - Contains \Drupal\block\Tests\BlockLanguageCacheTest.
Class
- BlockLanguageCacheTest
- Tests display of menu blocks with multiple languages.
Namespace
Drupal\block\TestsCode
public static $modules = array(
'block',
'language',
'menu_ui',
);