public function ParagraphsTypeInterface::getIconUrl in Paragraphs 8
Returns the icon's URL.
Return value
string|bool The icon's URL or FALSE if icon does not exits.
1 method overrides ParagraphsTypeInterface::getIconUrl()
- ParagraphsType::getIconUrl in src/
Entity/ ParagraphsType.php - Returns the icon's URL.
File
- src/
ParagraphsTypeInterface.php, line 60
Class
- ParagraphsTypeInterface
- Provides an interface defining a ParagraphsType entity.
Namespace
Drupal\paragraphsCode
public function getIconUrl();