Skip to content

Commit

Permalink
Deprecated filter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 19, 2023
1 parent 42ad5e7 commit 7577455
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Plugin/Filter/MediaEmbedMarkupFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
/**
* MediaEmbedMarkupFilter for fixing core issues.
*
* @deprecated in 10.1.5 and removed in 11.0.0.
* Fixed in https://www.drupal.org/project/drupal/issues/1333730.
* No longer necessary since Drupal 10.2.0 WYSIWYG supports HTML5.
*
* @Filter(
* id = "stanford_media_embed_markup",
* title = @Translation("Stanford Media Embed Filter"),
* description = @Translation("This helps with core markup issues. This filter has to run after the Embed Media filter."),
* description = @Translation("DEPRECATED: No longer necessary in Drupal 10.2.0+. This helps with core markup issues. This filter has to run after the Embed Media filter."),
* type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
* )
*/
Expand Down

0 comments on commit 7577455

Please sign in to comment.