Skip to content
Snippets Groups Projects

Issue #3296959: Drupal 10 compatibility

Closed Balint Pekker requested to merge issue/diff-3296959:3296959-automated-drupal-10 into 8.x-1.x
Files
3
@@ -31,6 +31,7 @@ class TextWithSummaryFieldBuilder extends FieldDiffBuilderBase {
if ($this->configuration['compare_format'] == 1) {
if (isset($values['format'])) {
$controller = $this->entityTypeManager->getStorage('filter_format');
/** @var \Drupal\filter\Entity\FilterFormat $format */
$format = $controller->load($values['format']);
// The format loaded successfully.
$label = $this->t('Format');
Loading