public function EmbedButtonInterface::getIconUrl in Embed 8
Returns the URL of the button's icon.
If no icon file is associated with this Embed Button entity, the embed type plugin's default icon is used.
Return value
string The URL of the button icon.
1 method overrides EmbedButtonInterface::getIconUrl()
- EmbedButton::getIconUrl in src/
Entity/ EmbedButton.php - Returns the URL of the button's icon.
File
- src/
EmbedButtonInterface.php, line 79
Class
- EmbedButtonInterface
- Provides an interface defining a embed button entity.
Namespace
Drupal\embedCode
public function getIconUrl();