public static property ViewNonTranslatableEntityTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php \Drupal\views\Tests\Entity\ViewNonTranslatableEntityTest::modules
Modules to enable.
Type: array
File
- core/
modules/ views/ src/ Tests/ Entity/ ViewNonTranslatableEntityTest.php, line 26 - Contains \Drupal\views\Tests\Entity\ViewNonTranslatableEntityTest.
Class
- ViewNonTranslatableEntityTest
- Tests the view creation of non-translatable entities.
Namespace
Drupal\views\Tests\EntityCode
public static $modules = array(
'entity_test',
'content_translation',
'language_test',
'views_ui',
);