Loading src/ParagraphInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ interface ParagraphInterface extends ContentEntityInterface, EntityOwnerInterfac * * Preserves language context with translated entities. * * @return ContentEntityInterface * @return \Drupal\Core\Entity\ContentEntityInterface|null * The parent entity. */ public function getParentEntity(); Loading src/ParagraphsTypeInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface { /** * Returns the icon file entity. * * @return \Drupal\file\FileInterface|bool * @return \Drupal\file\FileInterface|false * The icon's file entity or FALSE if icon does not exist. */ public function getIconFile(); Loading @@ -54,7 +54,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface { /** * Returns the icon's URL. * * @return string|bool * @return string|false * The icon's URL or FALSE if icon does not exits. */ public function getIconUrl(); Loading Loading
src/ParagraphInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ interface ParagraphInterface extends ContentEntityInterface, EntityOwnerInterfac * * Preserves language context with translated entities. * * @return ContentEntityInterface * @return \Drupal\Core\Entity\ContentEntityInterface|null * The parent entity. */ public function getParentEntity(); Loading
src/ParagraphsTypeInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface { /** * Returns the icon file entity. * * @return \Drupal\file\FileInterface|bool * @return \Drupal\file\FileInterface|false * The icon's file entity or FALSE if icon does not exist. */ public function getIconFile(); Loading @@ -54,7 +54,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface { /** * Returns the icon's URL. * * @return string|bool * @return string|false * The icon's URL or FALSE if icon does not exits. */ public function getIconUrl(); Loading