You are here

public function PlanTypeBase::buildFieldDefinitions in farmOS 2.x

1 method overrides PlanTypeBase::buildFieldDefinitions()
FarmPlanType::buildFieldDefinitions in modules/core/entity/src/Plugin/Plan/PlanType/FarmPlanType.php

File

modules/core/entity/src/Plugin/Plan/PlanType/PlanTypeBase.php, line 29

Class

PlanTypeBase
Provides the base plan type class.

Namespace

Drupal\farm_entity\Plugin\Plan\PlanType

Code

public function buildFieldDefinitions() {
  return [];
}