autoload_test_entity_ui.module in Autoload 7
Same filename and directory in other branches
Autoload Entity Test UI.
File
tests/autoload_test_entity/modules/autoload_test_entity_ui/autoload_test_entity_ui.moduleView source
<?php
/**
 * @file
 * Autoload Entity Test UI.
 */
/**
 * Implements hook_entity_info_alter().
 */
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';
}Functions
| 
            Name | 
                  Description | 
|---|---|
| autoload_test_entity_ui_entity_info_alter | Implements hook_entity_info_alter(). |