public function JuiceboxXmlInterface::access in Juicebox HTML5 Responsive Image Galleries 7.2
Check access to the Drupal data that will be used to build the gallery.
Return value
boolean Returns TRUE if access is allowed for the current user and FALSE if not. Can also return NULL if access cannot be determined.
2 methods override JuiceboxXmlInterface::access()
- JuiceboxXmlField::access in plugins/
JuiceboxXmlField.inc - Check access to the Drupal data that will be used to build the gallery.
- JuiceboxXmlViewsStyle::access in plugins/
JuiceboxXmlViewsStyle.inc - Check access to the Drupal data that will be used to build the gallery.
File
- plugins/
JuiceboxXmlInterface.inc, line 22 - Interface definition for a Juicebox XML loader.
Class
- JuiceboxXmlInterface
- Interface definition for a Juicebox XML loader.
Code
public function access();