You are here

public function AssetTypeInterface::getLabel in farmOS 2.x

Gets the asset type label.

Return value

string The asset type label.

1 method overrides AssetTypeInterface::getLabel()
AssetTypeBase::getLabel in modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeBase.php
Gets the asset type label.

File

modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeInterface.php, line 18

Class

AssetTypeInterface
Defines the interface for asset types.

Namespace

Drupal\farm_entity\Plugin\Asset\AssetType

Code

public function getLabel();