public function buildForm(array $form, FormStateInterface $form_state, $paragraphs_library_item_revision = NULL) {
$this->revision = $this->entityTypeManager
->getStorage('paragraphs_library_item')
->loadRevision($paragraphs_library_item_revision);
return parent::buildForm($form, $form_state);
}