public function ParagraphsTypeInterface::getIconFile

Returns the icon file entity.

Return value

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

1 method overrides ParagraphsTypeInterface::getIconFile()
ParagraphsType::getIconFile in paragraphs/src/Entity/ParagraphsType.php
Returns the icon file entity.

File

paragraphs/src/ParagraphsTypeInterface.php, line 52

Class

ParagraphsTypeInterface
Provides an interface defining a ParagraphsType entity.

Namespace

Drupal\paragraphs

Code

public function getIconFile();