Version 1
[yaffs-website] / web / modules / contrib / ctools / src / Plugin / RelationshipBase.php
1 <?php
2
3 namespace Drupal\ctools\Plugin;
4
5 use Drupal\Core\Plugin\ContextAwarePluginBase;
6
7 /**
8  * Base class for Relationship plugins.
9  */
10 abstract class RelationshipBase extends ContextAwarePluginBase implements RelationshipInterface {}