You are here

public function AssetTypeBase::buildFieldDefinitions in farmOS 2.x

6 calls to AssetTypeBase::buildFieldDefinitions()
Animal::buildFieldDefinitions in modules/asset/animal/src/Plugin/Asset/AssetType/Animal.php
Equipment::buildFieldDefinitions in modules/asset/equipment/src/Plugin/Asset/AssetType/Equipment.php
Material::buildFieldDefinitions in modules/asset/material/src/Plugin/Asset/AssetType/Material.php
Plant::buildFieldDefinitions in modules/asset/plant/src/Plugin/Asset/AssetType/Plant.php
Seed::buildFieldDefinitions in modules/asset/seed/src/Plugin/Asset/AssetType/Seed.php

... See full list

8 methods override AssetTypeBase::buildFieldDefinitions()
Animal::buildFieldDefinitions in modules/asset/animal/src/Plugin/Asset/AssetType/Animal.php
Equipment::buildFieldDefinitions in modules/asset/equipment/src/Plugin/Asset/AssetType/Equipment.php
Land::buildFieldDefinitions in modules/asset/land/src/Plugin/Asset/AssetType/Land.php
Material::buildFieldDefinitions in modules/asset/material/src/Plugin/Asset/AssetType/Material.php
Plant::buildFieldDefinitions in modules/asset/plant/src/Plugin/Asset/AssetType/Plant.php

... See full list

File

modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeBase.php, line 29

Class

AssetTypeBase
Provides the base asset type class.

Namespace

Drupal\farm_entity\Plugin\Asset\AssetType

Code

public function buildFieldDefinitions() {
  return [];
}