RelationshipBase.php

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

Namespace

Drupal\ctools\Plugin

File

src/Plugin/RelationshipBase.php

View source
<?php

namespace Drupal\ctools\Plugin;

use Drupal\Core\Plugin\ContextAwarePluginTrait;
use Drupal\Core\Plugin\PluginBase;

/**
 * Base class for Relationship plugins.
 */
abstract class RelationshipBase extends PluginBase implements RelationshipInterface {
    use ContextAwarePluginTrait;

}

Classes

Title Deprecated Summary
RelationshipBase Base class for Relationship plugins.