You are here

function farm_plan_type_load in farmOS 7

Load plan type.

Parameters

string $farm_plan_type: The farm plan type.

Return value

FarmPlanType Returns a farm plan type entity.

1 call to farm_plan_type_load()
farm_plan_form in modules/farm/farm_plan/farm_plan.pages.inc
Plan form.

File

modules/farm/farm_plan/farm_plan.module, line 631
Farm plan - A farm plan entity type.

Code

function farm_plan_type_load($farm_plan_type) {
  return farm_plan_types($farm_plan_type);
}