class UntrustedObject in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\UntrustedObject
- 9 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\UntrustedObject
Hierarchy
- class \Drupal\Tests\Core\Security\UntrustedObject
Expanded class hierarchy of UntrustedObject
File
- core/
tests/ Drupal/ Tests/ Core/ Security/ DoTrustedCallbackTraitTest.php, line 117
Namespace
Drupal\Tests\Core\SecurityView source
class UntrustedObject {
public static function callback() {
return 'test';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UntrustedObject:: |
public static | function |