function UserLoginBlock::trustedCallbacks

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

Overrides TrustedCallbackInterface::trustedCallbacks

File

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

Class

UserLoginBlock
Provides a 'User login' block.

Namespace

Drupal\user\Plugin\Block

Code

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

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