PanelizerEntityManagerInterface.php in Panelizer 8.5
Same filename and directory in other branches
Namespace
Drupal\panelizer\PluginFile
src/Plugin/PanelizerEntityManagerInterface.phpView 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
Name | Description |
---|---|
PanelizerEntityManagerInterface | Interface for Panelizer entity plugin manager. |