You are here

public function EmbedButtonInterface::getTypeLabel in Embed 8

Returns the label of the associated embed type.

Return value

string Human readable label of the embed type.

1 method overrides EmbedButtonInterface::getTypeLabel()
EmbedButton::getTypeLabel in src/Entity/EmbedButton.php
Returns the label of the associated embed type.

File

src/EmbedButtonInterface.php, line 26

Class

EmbedButtonInterface
Provides an interface defining a embed button entity.

Namespace

Drupal\embed

Code

public function getTypeLabel();