Skip to content
Snippets Groups Projects

Add report for paragraphs entity types.

2 unresolved threads
Files
4
@@ -75,7 +75,7 @@ class DocumentLocalTab extends DeriverBase implements ContainerDeriverInterface
continue;
}
$entity_type = $this->entityTypeManager->getDefinition($entity_type_id);
$entity_type = $this->entityTypeManager->hasDefinition($entity_type_id) ? $this->entityTypeManager->getDefinition($entity_type_id) : NULL;
if (!$entity_type) {
continue;
}
Loading