Skip to content
Snippets Groups Projects

Drupal 11 compatibility.

Files
2
@@ -10,10 +10,10 @@ use Drupal\Core\Entity\EntityTypeManager;
use Drupal\Core\Entity\EntityTypeBundleInfo;
use Drupal\field_inheritance\FieldInheritancePluginManager;
use Drupal\Core\Ajax\AjaxResponse;
use Drupal\Core\Ajax\HtmlCommand;
use Drupal\Core\Ajax\CloseModalDialogCommand;
use Drupal\Core\Ajax\AppendCommand;
use Drupal\views\Ajax\ScrollTopCommand;
use Drupal\Core\Ajax\CloseModalDialogCommand;
use Drupal\Core\Ajax\HtmlCommand;
use Drupal\Core\Ajax\ScrollTopCommand;
use Drupal\Core\Entity\EntityFormBuilder;
use Drupal\Core\Render\Renderer;
Loading