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
The constructor for \Drupal\user\PermissionHandler now takes a \Drupal\Core\Utility\CallableResolver instead of a \Drupal\Core\Controller\ControllerResolverInterface.
public function __construct(ModuleHandlerInterface $module_handler, TranslationInterface $string_translation, ControllerResolverInterface|CallableResolver $callable_resolver)
The text was updated successfully, but these errors were encountered:
https://www.drupal.org/node/3397954
Introduced in branch/version: 10.3.x / 10.3.0
The constructor for
\Drupal\user\PermissionHandler
now takes a\Drupal\Core\Utility\CallableResolver
instead of a\Drupal\Core\Controller\ControllerResolverInterface
.public function __construct(ModuleHandlerInterface $module_handler, TranslationInterface $string_translation, ControllerResolverInterface|CallableResolver $callable_resolver)
The text was updated successfully, but these errors were encountered: