You are here

public static function TrustedMethods::callback in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\TrustedMethods::callback()

File

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

Class

TrustedMethods

Namespace

Drupal\Tests\Core\Security

Code

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