You are here

PanelizerEntityManagerInterface.php in Panelizer 8.3

File

src/Plugin/PanelizerEntityManagerInterface.php
View source
<?php

namespace Drupal\panelizer\Plugin;

use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface;
use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Interface for Panelizer entity plugin manager.
 */
interface PanelizerEntityManagerInterface extends PluginManagerInterface, CachedDiscoveryInterface {

}

Interfaces

Namesort descending Description
PanelizerEntityManagerInterface Interface for Panelizer entity plugin manager.