You are here

constant PhotosImageInterface::PUBLISHED in Album Photos 8.5

Same name and namespace in other branches
  1. 6.0.x src/PhotosImageInterface.php \Drupal\photos\PhotosImageInterface::PUBLISHED

Denotes that the image is published.

File

src/PhotosImageInterface.php, line 24

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

const PUBLISHED = 1;