You are here

public function EmbedButtonInterface::getTypePlugin in Embed 8

Returns the plugin of the associated embed type.

Return value

\Drupal\embed\EmbedType\EmbedTypeInterface The plugin of the embed type.

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

File

src/EmbedButtonInterface.php, line 34

Class

EmbedButtonInterface
Provides an interface defining a embed button entity.

Namespace

Drupal\embed

Code

public function getTypePlugin();