class BasicControllerClass
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicControllerClass
- 10 core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\BasicControllerClass
- 11.x core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php \Drupal\Tests\Core\Entity\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 484
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.