You are here

public function Broken::blockForm in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Block/Plugin/Block/Broken.php \Drupal\Core\Block\Plugin\Block\Broken::blockForm()
  2. 9 core/lib/Drupal/Core/Block/Plugin/Block/Broken.php \Drupal\Core\Block\Plugin\Block\Broken::blockForm()

File

core/lib/Drupal/Core/Block/Plugin/Block/Broken.php, line 78

Class

Broken
Defines a fallback plugin for missing block plugins.

Namespace

Drupal\Core\Block\Plugin\Block

Code

public function blockForm($form, FormStateInterface $form_state) {
  return $this
    ->brokenMessage();
}