You are here

public function PhotosAccess::summaryTitle in Album Photos 8.5

Same name and namespace in other branches
  1. 6.0.x photos_access/src/Plugin/views/access/PhotosAccess.php \Drupal\photos_access\Plugin\views\access\PhotosAccess::summaryTitle()

Returns the summary of the settings in the display.

Overrides AccessPluginBase::summaryTitle

File

photos_access/src/Plugin/views/access/PhotosAccess.php, line 78

Class

PhotosAccess
Access plugin for photos album and images.

Namespace

Drupal\photos_access\Plugin\views\access

Code

public function summaryTitle() {
  return $this
    ->t('Album privacy settings');
}