You are here

public function MediaGalleryInterface::isEnabled in Media Gallery 8

Returns the media gallery status.

Return value

bool TRUE if the media gallery is enabled, FALSE otherwise.

1 method overrides MediaGalleryInterface::isEnabled()
MediaGallery::isEnabled in src/Entity/MediaGallery.php
Returns the media gallery status.

File

src/MediaGalleryInterface.php, line 58

Class

MediaGalleryInterface
Provides an interface defining a media gallery entity type.

Namespace

Drupal\media_gallery

Code

public function isEnabled();