Follow-up for #1868772-105: Convert filters to plugins

+++ b/core/modules/filter/lib/Drupal/filter/Annotation/Filter.phpundefined
@@ -0,0 +1,26 @@
+class Filter extends Plugin {
+
+  public $title;
+  public $description = '';
+  public $weight = 0;
+  public $status = FALSE;
+  public $cache = TRUE;
+  public $settings = array();
+
+}
CommentFileSizeAuthor
#1 filter-2001006-1.patch1.65 KBtim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Active » Needs review
FileSize
1.65 KB

We had even missed a couple. This should do it.

andypost’s picture

Status: Needs review » Reviewed & tested by the community

Looks good

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 5559cab and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.