function acquia_contenthub_test_view_config_load in Acquia Content Hub 8.2
Same name in this branch
- 8.2 tests/fixtures/import/drupal-9.2/expectations/view/view_config.php \acquia_contenthub_test_view_config_load()
- 8.2 tests/fixtures/import/drupal-9.0/expectations/view/view_config.php \acquia_contenthub_test_view_config_load()
- 8.2 tests/fixtures/import/drupal-8.9/expectations/view/view_config.php \acquia_contenthub_test_view_config_load()
- 8.2 tests/fixtures/import/drupal-9.1/expectations/view/view_config.php \acquia_contenthub_test_view_config_load()
- 8.2 tests/fixtures/import/drupal-8.8/expectations/view/view_config.php \acquia_contenthub_test_view_config_load()
5 string references to 'acquia_contenthub_test_view_config_load'
- view_config.php in tests/
fixtures/ import/ drupal-9.2/ expectations/ view/ view_config.php - Expectation for view configuration entity translation scenario.
- view_config.php in tests/
fixtures/ import/ drupal-9.0/ expectations/ view/ view_config.php - Expectation for view configuration entity translation scenario.
- view_config.php in tests/
fixtures/ import/ drupal-8.9/ expectations/ view/ view_config.php - Expectation for view configuration entity translation scenario.
- view_config.php in tests/
fixtures/ import/ drupal-9.1/ expectations/ view/ view_config.php - Expectation for view configuration entity translation scenario.
- view_config.php in tests/
fixtures/ import/ drupal-8.8/ expectations/ view/ view_config.php - Expectation for view configuration entity translation scenario.
File
- tests/
fixtures/ import/ drupal-9.1/ expectations/ view/ view_config.php, line 821 - Expectation for view configuration entity translation scenario.
Code
function acquia_contenthub_test_view_config_load() : EntityInterface {
return \Drupal::service('entity_type.manager')
->getStorage('view')
->load('content');
}