You are here

public function Aircraft::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.

Overrides EmbedTypeInterface::getDefaultIconUrl

See also

file_create_url()

File

tests/embed_test/src/Plugin/EmbedType/Aircraft.php, line 72

Class

Aircraft
An embed type plugin for testing the plugin form. Using aircraft.

Namespace

Drupal\embed_test\Plugin\EmbedType

Code

public function getDefaultIconUrl() {
  return '';
}