MessagesBlockPluginInterface.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\BlockFile
core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.phpView source
<?php
namespace Drupal\Core\Block;
/**
* The interface for "messages" (#type => status_messages) blocks.
*
* @see \Drupal\Core\Messenger\MessengerInterface
* @see \Drupal\Core\Render\Element\StatusMessages
* @see \Drupal\block\Plugin\DisplayVariant\BlockPageVariant
*
* @ingroup block_api
*/
interface MessagesBlockPluginInterface extends BlockPluginInterface {
}
Interfaces
Name | Description |
---|---|
MessagesBlockPluginInterface | The interface for "messages" (#type => status_messages) blocks. |