RelationshipBase.php

Same filename and directory in other branches
  1. 8.x-3.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.