Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / src / BlockInterface.php
index 85e5b06dd6e78dd6f88aada0b2397db3b1299a1c..f4ce6268c2adedc3c6bd7e7acc5a1da77f6dd698 100644 (file)
@@ -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;