You are here

interface ElevateZoomPlusInterface in ElevateZoom Plus 7

Same name and namespace in other branches
  1. 8 src/Entity/ElevateZoomPlusInterface.php \Drupal\elevatezoomplus\Entity\ElevateZoomPlusInterface

Provides an interface defining ElevateZoomPlus entity.

Hierarchy

Expanded class hierarchy of ElevateZoomPlusInterface

All classes that implement ElevateZoomPlusInterface

File

src/Entity/ElevateZoomPlusInterface.php, line 10

Namespace

Drupal\elevatezoomplus\Entity
View source
interface ElevateZoomPlusInterface extends SlickBaseInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
SlickBaseInterface::create public static function Returns a new optionset object without saving it to the database. 1
SlickBaseInterface::defaultSettings public static function Returns available slick default options under group 'settings'. 1
SlickBaseInterface::exists public static function Checks whether an optionset with the given name already exists. 1
SlickBaseInterface::getOptions public function Returns the Slick options by group, or property. 1
SlickBaseInterface::getSetting public function Returns the value of a slick setting. 1
SlickBaseInterface::getSettings public function Returns the array of slick settings. 1
SlickBaseInterface::load public static function Returns the given optionset object identified by $id. 1
SlickBaseInterface::loadMultiple public static function Fetches all optionsets from the storage. 1
SlickBaseInterface::setSetting public function Sets the value of a slick setting. 1
SlickBaseInterface::setSettings public function Sets the array of slick settings. 1