interface RelationshipManagerInterface
Same name and namespace in other branches
- 8.x-3.x src/Plugin/RelationshipManagerInterface.php \Drupal\ctools\Plugin\RelationshipManagerInterface
Provides the Relationship plugin manager.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface implements \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface implements \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\ctools\Plugin\RelationshipManagerInterface implements \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface, \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface
Expanded class hierarchy of RelationshipManagerInterface
All classes that implement RelationshipManagerInterface
File
-
src/
Plugin/ RelationshipManagerInterface.php, line 11
Namespace
Drupal\ctools\PluginView source
interface RelationshipManagerInterface extends ContextAwarePluginManagerInterface, CachedDiscoveryInterface {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
CachedDiscoveryInterface::clearCachedDefinitions | public | function | Clears static and persistent plugin definition caches. | 2 |
CachedDiscoveryInterface::useCaches | public | function | Disable the use of caches. | 2 |
ContextAwarePluginManagerInterface::getDefinitionsForContexts | public | function | Determines plugins whose constraints are satisfied by a set of contexts. | |
DiscoveryInterface::getDefinition | public | function | Gets a specific plugin definition. | 2 |
DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. | 1 |
DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. | |
FactoryInterface::createInstance | public | function | Creates a plugin instance based on the provided ID and configuration. | 1 |
MapperInterface::getInstance | public | function | Gets or creates a plugin instance that satisfies the given options. |