You are here

public function MediaWysiwygInterface::label in Media Migration 8

Returns the translated plugin label.

Return value

string The translated title.

1 method overrides MediaWysiwygInterface::label()
MediaWysiwygPluginBase::label in src/MediaWysiwygPluginBase.php
Returns the translated plugin label.

File

src/MediaWysiwygInterface.php, line 60

Class

MediaWysiwygInterface
Interface for Media WYSIWYG plugins.

Namespace

Drupal\media_migration

Code

public function label();