X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fblock%2Fsrc%2FBlockInterface.php;h=f4ce6268c2adedc3c6bd7e7acc5a1da77f6dd698;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=85e5b06dd6e78dd6f88aada0b2397db3b1299a1c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/block/src/BlockInterface.php b/web/core/modules/block/src/BlockInterface.php index 85e5b06dd..f4ce6268c 100644 --- a/web/core/modules/block/src/BlockInterface.php +++ b/web/core/modules/block/src/BlockInterface.php @@ -15,6 +15,8 @@ interface BlockInterface extends ConfigEntityInterface { * * @deprecated in Drupal 8.3.x, will be removed before Drupal 9.0.0. * Use \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE. + * + * @see https://www.drupal.org/node/2829775 */ const BLOCK_LABEL_VISIBLE = BlockPluginInterface::BLOCK_LABEL_VISIBLE;