You are here

public function MediaGalleryInterface::getTitle in Media Gallery 8

Gets the media gallery title.

Return value

string Title of the media gallery.

1 method overrides MediaGalleryInterface::getTitle()
MediaGallery::getTitle in src/Entity/MediaGallery.php
Gets the media gallery title.

File

src/MediaGalleryInterface.php, line 20

Class

MediaGalleryInterface
Provides an interface defining a media gallery entity type.

Namespace

Drupal\media_gallery

Code

public function getTitle();