Loading src/Plugin/Filter/InsertView.php +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ use Drupal\Core\Security\TrustedCallbackInterface; * module = "insert_view", * title = @Translation("Insert View"), * description = @Translation("Allows to embed views using the simple syntax: [view:name=display=args=limit:number]"), * type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE, * type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE, * ) */ class InsertView extends FilterBase implements TrustedCallbackInterface { Loading Loading
src/Plugin/Filter/InsertView.php +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ use Drupal\Core\Security\TrustedCallbackInterface; * module = "insert_view", * title = @Translation("Insert View"), * description = @Translation("Allows to embed views using the simple syntax: [view:name=display=args=limit:number]"), * type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE, * type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE, * ) */ class InsertView extends FilterBase implements TrustedCallbackInterface { Loading