function InvokableUntrustedObject::__invoke

File

core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php, line 134

Class

InvokableUntrustedObject

Namespace

Drupal\Tests\Core\Security

Code

public function __invoke() {
  return 'test';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.