You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$trustedCallbackType->isSuperTypeOf($typeAndMethodName->getType())->yes()) {
171
-
return RuleErrorBuilder::message(
172
-
sprintf("%s callback class '%s' at key '%s' does not implement Drupal\Core\Security\TrustedCallbackInterface.", $keyChecked, $typeAndMethodName->getType()->describe(VerbosityLevel::value()), $pos)
if (!$trustedCallbackType->isSuperTypeOf($typeAndMethodName->getType())->yes()) {
170
+
return RuleErrorBuilder::message(
171
+
sprintf("%s callback class '%s' at key '%s' does not implement Drupal\Core\Security\TrustedCallbackInterface.", $keyChecked, $typeAndMethodName->getType()->describe(VerbosityLevel::value()), $pos)
0 commit comments