class UntrustedObject

Hierarchy

Expanded class hierarchy of UntrustedObject

File

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

Namespace

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

}

Members

Title Sort descending Modifiers Object type Summary
UntrustedObject::callback public static function

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