TrustedCallback.php

Same filename and directory in other branches
  1. 11.x core/lib/Drupal/Core/Security/Attribute/TrustedCallback.php

Namespace

Drupal\Core\Security\Attribute

File

core/lib/Drupal/Core/Security/Attribute/TrustedCallback.php

View source
<?php

namespace Drupal\Core\Security\Attribute;


/**
 * Attribute to tell that a method is a trusted callback.
 */
class TrustedCallback {

}

Classes

Title Deprecated Summary
TrustedCallback Attribute to tell that a method is a trusted callback.

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