You are here

public static function UserLoginBlock::trustedCallbacks in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/Block/UserLoginBlock.php \Drupal\user\Plugin\Block\UserLoginBlock::trustedCallbacks()
  2. 9 core/modules/user/src/Plugin/Block/UserLoginBlock.php \Drupal\user\Plugin\Block\UserLoginBlock::trustedCallbacks()

File

core/modules/user/src/Plugin/Block/UserLoginBlock.php, line 167

Class

UserLoginBlock
Provides a 'User login' block.

Namespace

Drupal\user\Plugin\Block

Code

public static function trustedCallbacks() {
  return [
    'renderPlaceholderFormAction',
  ];
}