You are here

class UntrustedObject in Drupal 10

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

Hierarchy

Expanded class hierarchy of UntrustedObject

File

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

Namespace

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

}

Members