You are here

public function PhotoswipeAssetsManagerInterface::isAttached in PhotoSwipe 3.x

Same name and namespace in other branches
  1. 8.2 src/PhotoswipeAssetsManagerInterface.php \Drupal\photoswipe\PhotoswipeAssetsManagerInterface::isAttached()
  2. 8 src/PhotoswipeAssetsManagerInterface.php \Drupal\photoswipe\PhotoswipeAssetsManagerInterface::isAttached()

Are photoswipe assets attached to this page in this request?.

Return value

bool Whether photoswipe assets attached to this page or not.

1 method overrides PhotoswipeAssetsManagerInterface::isAttached()
PhotoswipeAssetsManager::isAttached in src/PhotoswipeAssetsManager.php
Are photoswipe assets attached to this page in this request?.

File

src/PhotoswipeAssetsManagerInterface.php, line 24

Class

PhotoswipeAssetsManagerInterface
Interface for photoswipe assets manager.

Namespace

Drupal\photoswipe

Code

public function isAttached();