You are here

public static function ParagraphBlocksPanelsIpeManager::create in Paragraph blocks 8

1 call to ParagraphBlocksPanelsIpeManager::create()
paragraph_blocks_panels_ipe_blocks_alter in ./paragraph_blocks.module
Implements hook_panels_ipe_blocks_alter().

File

src/ParagraphBlocksPanelsIpeManager.php, line 26

Class

ParagraphBlocksPanelsIpeManager
Handles panels IPE hooks to rename paragraph blocks.

Namespace

Drupal\paragraph_blocks

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('paragraph_blocks.entity_manager'));
}