You are here

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

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

Gets the album url.

Return value

\Drupal\Core\Url The album url.

1 method overrides PhotosImageInterface::getAlbumUrl()
PhotosImage::getAlbumUrl in src/Entity/PhotosImage.php
Gets the album url.

File

src/PhotosImageInterface.php, line 116

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function getAlbumUrl();