You are here

class TrustedObject in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\TrustedObject

Hierarchy

Expanded class hierarchy of TrustedObject

File

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

Namespace

Drupal\Tests\Core\Security
View source
class TrustedObject implements TrustedInterface {
  public static function callback() {
    return 'test';
  }

}

Members