RelationshipManagerInterface.php
Same filename in other branches
Namespace
Drupal\ctools\PluginFile
-
src/
Plugin/ RelationshipManagerInterface.php
View source
<?php
namespace Drupal\ctools\Plugin;
use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface;
use Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface;
/**
* Provides the Relationship plugin manager.
*/
interface RelationshipManagerInterface extends ContextAwarePluginManagerInterface, CachedDiscoveryInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
RelationshipManagerInterface | Provides the Relationship plugin manager. |