function UntrustedObject::callback

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\UntrustedObject::callback()
  2. 8.9.x core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\UntrustedObject::callback()
  3. 11.x core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\UntrustedObject::callback()

File

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

Class

UntrustedObject

Namespace

Drupal\Tests\Core\Security

Code

public static function callback() {
    return 'test';
}

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