MessagesBlockPluginInterface.php
Same filename in other branches
Namespace
Drupal\Core\BlockFile
-
core/
lib/ Drupal/ Core/ Block/ MessagesBlockPluginInterface.php
View 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
Title | Deprecated | Summary |
---|---|---|
MessagesBlockPluginInterface | The interface for "messages" (#type => status_messages) blocks. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.