You are here

public function AssetInterface::getBundleLabel in farmOS 2.x

Gets the label of the the asset type.

Return value

string The label of the asset type.

1 method overrides AssetInterface::getBundleLabel()
Asset::getBundleLabel in modules/core/asset/src/Entity/Asset.php
Gets the label of the the asset type.

File

modules/core/asset/src/Entity/AssetInterface.php, line 80

Class

AssetInterface
Provides an interface for defining asset entities.

Namespace

Drupal\asset\Entity

Code

public function getBundleLabel();