public function ParagraphsTypeInterface::getIconFile in Paragraphs 8
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 ParagraphsTypeInterface::getIconFile()
- ParagraphsType::getIconFile in src/
Entity/ ParagraphsType.php - Returns the icon file entity.
File
- src/
ParagraphsTypeInterface.php, line 52
Class
- ParagraphsTypeInterface
- Provides an interface defining a ParagraphsType entity.
Namespace
Drupal\paragraphsCode
public function getIconFile();