Skip to content
Snippets Groups Projects
Commit fddff1dd authored by nicxvan's avatar nicxvan
Browse files

Resolve #3288986 "Automated drupal 10"

parent fce8fc89
No related branches found
No related tags found
1 merge request!2Resolve #3288986 "Automated drupal 10"
name: Paragraphs Form block
description: Enables the presentation of paragraph creation forms in blocks.
core: 8.x
core_version_requirement: ^9 || ^10
type: module
package: Paragraphs
......
<?php
namespace Drupal\paragraphsformblock\Plugin\Block;
namespace Drupal\paragraphs_form_block\Plugin\Block;
use Drupal\Core\Block\BlockBase;
use Drupal\Core\Session\AccountInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Component\Utility\Xss;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\paragraphs\Entity\ParagraphsType;
use Symfony\Component\DependencyInjection\ContainerInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment