public static property EntityReferenceAdminTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php \Drupal\field\Tests\EntityReference\EntityReferenceAdminTest::modules
Modules to install.
Enable path module to ensure that the selection handler does not fail for entities with a path field. Enable views_ui module to see the no_view_help text.
Type: array
File
- core/
modules/ field/ src/ Tests/ EntityReference/ EntityReferenceAdminTest.php, line 34 - Contains \Drupal\field\Tests\EntityReference\EntityReferenceAdminTest.
Class
- EntityReferenceAdminTest
- Tests for the administrative UI.
Namespace
Drupal\field\Tests\EntityReferenceCode
public static $modules = [
'node',
'field_ui',
'path',
'taxonomy',
'block',
'views_ui',
];