You are here

constant PhotosImageInterface::NOT_PUBLISHED in Album Photos 6.0.x

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

Denotes that the image is not published.

File

src/PhotosImageInterface.php, line 19

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

const NOT_PUBLISHED = 0;