Skip to content
Snippets Groups Projects
Commit c8dd79a8 authored by catch's avatar catch
Browse files

Issue #2873752 by misselbeck, johnshortess: Add change record to @deprecated...

Issue #2873752 by misselbeck, johnshortess: Add change record to @deprecated code for BlockPluginInterface
parent c4707d61
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -15,6 +15,8 @@ interface BlockInterface extends ConfigEntityInterface { ...@@ -15,6 +15,8 @@ interface BlockInterface extends ConfigEntityInterface {
* *
* @deprecated in Drupal 8.3.x, will be removed before Drupal 9.0.0. * @deprecated in Drupal 8.3.x, will be removed before Drupal 9.0.0.
* Use \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE. * Use \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE.
*
* @see https://www.drupal.org/node/2829775
*/ */
const BLOCK_LABEL_VISIBLE = BlockPluginInterface::BLOCK_LABEL_VISIBLE; const BLOCK_LABEL_VISIBLE = BlockPluginInterface::BLOCK_LABEL_VISIBLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment