Skip to content
Snippets Groups Projects

Issue #3288343: Automated Drupal 10 compatibility fixes

Files
3
@@ -15,7 +15,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* id = "filter_link_title",
* title = @translation("Link title"),
* description = @Translation("Adds a title attribute to links."),
* type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE,
* type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
* )
*/
class FilterLinkTitle extends FilterBase implements ContainerFactoryPluginInterface {
Loading