You are here

public function MediaTypeInterface::label in Media entity 8

Returns the display label.

Return value

string The display label.

1 method overrides MediaTypeInterface::label()
MediaTypeBase::label in src/MediaTypeBase.php
Returns the display label.

File

src/MediaTypeInterface.php, line 20

Class

MediaTypeInterface
Defines the interface for media types.

Namespace

Drupal\media_entity

Code

public function label();