ViewsController.php in Autoload 7
Same filename and directory in other branches
Namespace
Drupal\autoload_test_entity_uiFile
tests/autoload_test_entity/modules/autoload_test_entity_ui/src/ViewsController.phpView source
<?php
namespace Drupal\autoload_test_entity_ui;
/**
* Test controller for checking its ability to be autoloaded.
*/
class ViewsController extends \EntityDefaultViewsController {
}
Classes
Name | Description |
---|---|
ViewsController | Test controller for checking its ability to be autoloaded. |