You are here

public function PhotosImageInterface::getFids in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 src/PhotosImageInterface.php \Drupal\photos\PhotosImageInterface::getFids()

Gets the image file ids.

Return value

array The image file ids.

1 method overrides PhotosImageInterface::getFids()
PhotosImage::getFids in src/Entity/PhotosImage.php
Gets the image file ids.

File

src/PhotosImageInterface.php, line 32

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function getFids();