Creates a library entity from a paragraph entity.
\Drupal\paragraphs\ParagraphInterface $paragraph: The paragraph entity.
\Drupal\paragraphs_library\LibraryItemInterface The library item entity.
\Exception If a conversion is attempted for bundles that don't support it.
public static function createFromParagraph(ParagraphInterface $paragraph);