You are here

function acquia_contenthub_test_load_view_config_translation in Acquia Content Hub 8.2

Same name in this branch
  1. 8.2 tests/fixtures/import/drupal-9.2/expectations/view/view_config_translations.php \acquia_contenthub_test_load_view_config_translation()
  2. 8.2 tests/fixtures/import/drupal-9.0/expectations/view/view_config_translations.php \acquia_contenthub_test_load_view_config_translation()
  3. 8.2 tests/fixtures/import/drupal-8.9/expectations/view/view_config_translations.php \acquia_contenthub_test_load_view_config_translation()
  4. 8.2 tests/fixtures/import/drupal-9.1/expectations/view/view_config_translations.php \acquia_contenthub_test_load_view_config_translation()
  5. 8.2 tests/fixtures/import/drupal-8.8/expectations/view/view_config_translations.php \acquia_contenthub_test_load_view_config_translation()
5 string references to 'acquia_contenthub_test_load_view_config_translation'
view_config_translations.php in tests/fixtures/import/drupal-9.2/expectations/view/view_config_translations.php
Expectation for view configuration entity translation scenario.
view_config_translations.php in tests/fixtures/import/drupal-9.0/expectations/view/view_config_translations.php
Expectation for view configuration entity translation scenario.
view_config_translations.php in tests/fixtures/import/drupal-8.9/expectations/view/view_config_translations.php
Expectation for view configuration entity translation scenario.
view_config_translations.php in tests/fixtures/import/drupal-9.1/expectations/view/view_config_translations.php
Expectation for view configuration entity translation scenario.
view_config_translations.php in tests/fixtures/import/drupal-8.8/expectations/view/view_config_translations.php
Expectation for view configuration entity translation scenario.

File

tests/fixtures/import/drupal-8.9/expectations/view/view_config_translations.php, line 27
Expectation for view configuration entity translation scenario.

Code

function acquia_contenthub_test_load_view_config_translation() {
  return \Drupal::service('entity_type.manager')
    ->getStorage('view')
    ->load('content');
}