You are here

public function EmbedViews::getDefaultIconUrl in Views entity embed 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/EmbedType/EmbedViews.php \Drupal\views_entity_embed\Plugin\EmbedType\EmbedViews::getDefaultIconUrl()

File

src/Plugin/EmbedType/EmbedViews.php, line 46

Class

EmbedViews
Viws embed type.

Namespace

Drupal\views_entity_embed\Plugin\EmbedType

Code

public function getDefaultIconUrl() {
  return file_create_url(drupal_get_path('module', 'views_entity_embed') . '/js/plugins/drupalviews/views_entity_embed.png');
}