class InvokableUntrustedObject in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\InvokableUntrustedObject
- 10 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\InvokableUntrustedObject
Hierarchy
- class \Drupal\Tests\Core\Security\InvokableUntrustedObject
Expanded class hierarchy of InvokableUntrustedObject
File
- core/
tests/ Drupal/ Tests/ Core/ Security/ DoTrustedCallbackTraitTest.php, line 125
Namespace
Drupal\Tests\Core\SecurityView source
class InvokableUntrustedObject {
public function __invoke() {
return 'test';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
InvokableUntrustedObject:: |
public | function |