You are here

public function ParagraphsSetInterface::getIconFile in Paragraphs Sets 8.2

Returns the icon file entity.

Return value

\Drupal\file\FileInterface|bool The icon's file entity or FALSE if icon does not exist.

1 method overrides ParagraphsSetInterface::getIconFile()
ParagraphsSet::getIconFile in src/Entity/ParagraphsSet.php
Returns the icon file entity.

File

src/ParagraphsSetInterface.php, line 18

Class

ParagraphsSetInterface
Provides an interface defining a ParagraphsSet entity.

Namespace

Drupal\paragraphs_sets

Code

public function getIconFile();