class BasicControllerClass
A class containing all kind of different controller methods.
Hierarchy
- class \Drupal\Tests\Core\Entity\BasicControllerClass
Expanded class hierarchy of BasicControllerClass
File
- 
              core/tests/ Drupal/ Tests/ Core/ Entity/ EntityResolverManagerTest.php, line 483 
Namespace
Drupal\Tests\Core\EntityView source
class BasicControllerClass {
  public function exampleControllerMethod() {
  }
  public function exampleControllerMethodWithArgument($argument) {
  }
  public function exampleControllerWithEntityNoUpcasting($entity_test) {
  }
  public function exampleControllerWithEntityUpcasting(EntityInterface $entity_test) {
  }
}Members
| Title Sort descending | Modifiers | Object type | Summary | 
|---|---|---|---|
| BasicControllerClass::exampleControllerMethod | public | function | |
| BasicControllerClass::exampleControllerMethodWithArgument | public | function | |
| BasicControllerClass::exampleControllerWithEntityNoUpcasting | public | function | |
| BasicControllerClass::exampleControllerWithEntityUpcasting | public | function | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
