interface RelationshipManagerInterface

Same name and namespace in other branches
  1. 8.x-3.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\Plugin
View source
interface RelationshipManagerInterface extends ContextAwarePluginManagerInterface, CachedDiscoveryInterface {

}