SU-SWS/stanford_actions

View on GitHub
src/Annotation/FieldClone.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Drupal\stanford_actions\Annotation;

use Drupal\Component\Annotation\Plugin;

/**
 * Class FieldClone to define the field clone plugins.
 *
 * @package Drupal\stanford_actions\Annoation
 *
 * @Annotation
 */
class FieldClone extends Plugin {

  protected $fieldTypes = [];

}