You are here

RelationshipBase.php in Chaos Tool Suite (ctools) 8.3

File

src/Plugin/RelationshipBase.php
View source
<?php

namespace Drupal\ctools\Plugin;

use Drupal\Core\Plugin\ContextAwarePluginBase;

/**
 * Base class for Relationship plugins.
 */
abstract class RelationshipBase extends ContextAwarePluginBase implements RelationshipInterface {

}

Classes

Namesort descending Description
RelationshipBase Base class for Relationship plugins.