You are here

namespace Drupal\Core\Security in Drupal 10

Same name in other branches
  1. 8 Drupal\Core\Security
  2. 7 Drupal\Core\Security
  3. 9 Drupal\Core\Security
Classsort descending Location Description
DoTrustedCallbackTrait core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php Ensures that TrustedCallbackInterface can be enforced for callback methods.
RequestSanitizer core/lib/Drupal/Core/Security/RequestSanitizer.php Sanitizes user input.
StaticTrustedCallbackHelper core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php Defines a class for performing trusted callbacks in a static context.
TrustedCallbackInterface core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Interface to declare trusted callbacks.
UntrustedCallbackException core/lib/Drupal/Core/Security/UntrustedCallbackException.php Exception thrown if a callback is untrusted.