You are here

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

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

Sets the image album id.

Parameters

int $albumId: The image album id.

Return value

$this The called image entity.

1 method overrides PhotosImageInterface::setAlbumId()
PhotosImage::setAlbumId in src/Entity/PhotosImage.php
Sets the image album id.

File

src/PhotosImageInterface.php, line 108

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function setAlbumId($albumId);