public function EmbedButtonInterface::getTypeId in Embed 8
Returns the associated embed type.
Return value
string Machine name of the embed type.
1 method overrides EmbedButtonInterface::getTypeId()
- EmbedButton::getTypeId in src/
Entity/ EmbedButton.php - Returns the associated embed type.
File
- src/
EmbedButtonInterface.php, line 18
Class
- EmbedButtonInterface
- Provides an interface defining a embed button entity.
Namespace
Drupal\embedCode
public function getTypeId();