interface RelationshipManagerInterface
Same name in other branches
- 4.0.x src/Plugin/RelationshipManagerInterface.php \Drupal\ctools\Plugin\RelationshipManagerInterface
Provides the Relationship plugin manager.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\ctools\Plugin\RelationshipManagerInterface extends \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 {
}