You are here

ViewsController.php in Autoload 7.2

File

tests/autoload_test_entity/modules/autoload_test_entity_ui/src/ViewsController.php
View source
<?php

namespace Drupal\autoload_test_entity_ui;


/**
 * Test controller for checking its ability to be autoloaded.
 */
class ViewsController extends \EntityDefaultViewsController {

}

Classes

Namesort descending Description
ViewsController Test controller for checking its ability to be autoloaded.