public function InvokableUntrustedObject::__invoke in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\InvokableUntrustedObject::__invoke()
File
- core/
tests/ Drupal/ Tests/ Core/ Security/ DoTrustedCallbackTraitTest.php, line 127
Class
Namespace
Drupal\Tests\Core\SecurityCode
public function __invoke() {
return 'test';
}