
| Current Path : /var/www/html/musik/web/themes/contrib/bootstrap/src/BcSupport/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/musik/web/themes/contrib/bootstrap/src/BcSupport/TrustedCallbackInterface.php |
<?php
namespace Drupal\bootstrap\BcSupport;
if (!interface_exists('\Drupal\Core\Security\TrustedCallbackInterface')) {
/* @noinspection PhpIgnoredClassAliasDeclaration */
class_alias('\Drupal\bootstrap\BcSupport\BcAliasedInterface', '\Drupal\Core\Security\TrustedCallbackInterface');
}
use Drupal\Core\Security\TrustedCallbackInterface as CoreTrustedCallbackInterface;
/**
* Interface to declare trusted callbacks.
*
* @deprecated in bootstrap:8.x-3.22 and is removed from bootstrap:5.0.0.
* Use \Drupal\Core\Security\TrustedCallbackInterface instead.
* @see https://www.drupal.org/project/bootstrap/issues/3096963
* @see \Drupal\Core\Security\TrustedCallbackInterface
*/
interface TrustedCallbackInterface extends CoreTrustedCallbackInterface {
/**
* {@inheritdoc}
*/
public static function trustedCallbacks();
}