You are here

public function ParagraphsSetInterface::getIconUrl in Paragraphs Sets 8.2

Returns the icon's URL.

Return value

string|bool The icon's URL or FALSE if icon does not exits.

1 method overrides ParagraphsSetInterface::getIconUrl()
ParagraphsSet::getIconUrl in src/Entity/ParagraphsSet.php
Returns the icon's URL.

File

src/ParagraphsSetInterface.php, line 26

Class

ParagraphsSetInterface
Provides an interface defining a ParagraphsSet entity.

Namespace

Drupal\paragraphs_sets

Code

public function getIconUrl();