RelationshipManagerInterface.php

Same filename in other branches
  1. 4.0.x src/Plugin/RelationshipManagerInterface.php

Namespace

Drupal\ctools\Plugin

File

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.