farmOS/modules/core/entity/src/Plugin/PlanRecord/PlanRecordType/FarmPlanRecordType.php

15 lines
289 B
PHP

<?php
namespace Drupal\farm_entity\Plugin\PlanRecord\PlanRecordType;
use Drupal\Core\StringTranslation\StringTranslationTrait;
/**
* Provides a farmOS plan record relationship type base class.
*/
class FarmPlanRecordType extends PlanRecordTypeBase {
use StringTranslationTrait;
}