Skip to content
Snippets Groups Projects

Changing deprecated calls

5 files
+ 15
9
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -570,7 +570,7 @@ function social_core_filter_process_format($element) {
// Allow module to override default filter format because some content type
// could require specific one.
Drupal::moduleHandler()->alter('social_filter_format_default', $social_filter_format);
\Drupal::service('theme_handler')->alter('social_filter_format_default', $social_filter_format);
/** @var \Drupal\filter\Entity\FilterFormat $social_filter_format */
$social_filter_format = FilterFormat::load($social_filter_format);
Loading