You are here

function autoload_test_entity_ui_entity_info_alter in Autoload 7

Same name and namespace in other branches
  1. 7.2 tests/autoload_test_entity/modules/autoload_test_entity_ui/autoload_test_entity_ui.module \autoload_test_entity_ui_entity_info_alter()

Implements hook_entity_info_alter().

File

tests/autoload_test_entity/modules/autoload_test_entity_ui/autoload_test_entity_ui.module, line 11
Autoload Entity Test UI.

Code

function autoload_test_entity_ui_entity_info_alter(array &$entity_info) {
  $entity_info['autoload_test_entity']['views controller class'] = 'Drupal\\autoload_test_entity_ui\\ViewsController';
}