You are here

protected function FlippingBookForm::getFileStorage in Flipping Book 8

Get File storage.

Return value

\Drupal\Core\Entity\EntityStorageInterface A file storage instance.

File

src/Form/FlippingBookForm.php, line 247

Class

FlippingBookForm
Form controller for Flipping Book edit forms.

Namespace

Drupal\flipping_book\Form

Code

protected function getFileStorage() {
  return $this->entityTypeManager
    ->getStorage('file');
}