You are here

interface PanelizerEntityManagerInterface in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 src/Plugin/PanelizerEntityManagerInterface.php \Drupal\panelizer\Plugin\PanelizerEntityManagerInterface
  2. 8.3 src/Plugin/PanelizerEntityManagerInterface.php \Drupal\panelizer\Plugin\PanelizerEntityManagerInterface

Interface for Panelizer entity plugin manager.

Hierarchy

Expanded class hierarchy of PanelizerEntityManagerInterface

All classes that implement PanelizerEntityManagerInterface

2 files declare their use of PanelizerEntityManagerInterface
PanelizerEntityViewBuilder.php in src/PanelizerEntityViewBuilder.php
PanelizerEntityViewBuilderTest.php in tests/src/Unit/PanelizerEntityViewBuilderTest.php

File

src/Plugin/PanelizerEntityManagerInterface.php, line 11

Namespace

Drupal\panelizer\Plugin
View source
interface PanelizerEntityManagerInterface extends PluginManagerInterface, CachedDiscoveryInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
CachedDiscoveryInterface::clearCachedDefinitions public function Clears static and persistent plugin definition caches. 2
CachedDiscoveryInterface::useCaches public function Disable the use of caches. 2
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 2
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 7
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 4