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