You are here

public function EmbedTypeInterface::getDefaultIconUrl in Embed 8

Gets the default icon URL for the embed type.

Return value

string The URL to the default icon. Must have been passed through file_create_url() if the file is local.

See also

file_create_url()

3 methods override EmbedTypeInterface::getDefaultIconUrl()
Aircraft::getDefaultIconUrl in tests/embed_test/src/Plugin/EmbedType/Aircraft.php
Gets the default icon URL for the embed type.
Animal::getDefaultIconUrl in tests/embed_test/src/Plugin/EmbedType/Animal.php
Gets the default icon URL for the embed type.
EmbedTestDefault::getDefaultIconUrl in tests/embed_test/src/Plugin/EmbedType/EmbedTestDefault.php
Gets the default icon URL for the embed type.

File

src/EmbedType/EmbedTypeInterface.php, line 50

Class

EmbedTypeInterface
Provides an interface for an embed type and its metadata.

Namespace

Drupal\embed\EmbedType

Code

public function getDefaultIconUrl();