interface MessagesBlockPluginInterface in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php \Drupal\Core\Block\MessagesBlockPluginInterface
- 9 core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php \Drupal\Core\Block\MessagesBlockPluginInterface
The interface for "messages" (#type => status_messages) blocks.
Hierarchy
- interface \Drupal\Component\Plugin\ConfigurableInterface; interface \Drupal\Component\Plugin\DependentPluginInterface; interface \Drupal\Core\Plugin\PluginFormInterface; interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Core\Cache\CacheableDependencyInterface; interface \Drupal\Component\Plugin\DerivativeInspectionInterface
- interface \Drupal\Core\Block\BlockPluginInterface
- interface \Drupal\Core\Block\MessagesBlockPluginInterface
- interface \Drupal\Core\Block\BlockPluginInterface
Expanded class hierarchy of MessagesBlockPluginInterface
All classes that implement MessagesBlockPluginInterface
See also
\Drupal\Core\Messenger\MessengerInterface
\Drupal\Core\Render\Element\StatusMessages
\Drupal\block\Plugin\DisplayVariant\BlockPageVariant
Related topics
2 files declare their use of MessagesBlockPluginInterface
- BlockPageVariant.php in core/
modules/ block/ src/ Plugin/ DisplayVariant/ BlockPageVariant.php - SystemMessagesBlock.php in core/
modules/ system/ src/ Plugin/ Block/ SystemMessagesBlock.php
File
- core/
lib/ Drupal/ Core/ Block/ MessagesBlockPluginInterface.php, line 14
Namespace
Drupal\Core\BlockView source
interface MessagesBlockPluginInterface extends BlockPluginInterface {
}