interface ElevateZoomPlusInterface in ElevateZoom Plus 7
Same name and namespace in other branches
- 8 src/Entity/ElevateZoomPlusInterface.php \Drupal\elevatezoomplus\Entity\ElevateZoomPlusInterface
Provides an interface defining ElevateZoomPlus entity.
Hierarchy
- interface \Drupal\slick\Entity\SlickBaseInterface
- interface \Drupal\elevatezoomplus\Entity\ElevateZoomPlusInterface
Expanded class hierarchy of ElevateZoomPlusInterface
All classes that implement ElevateZoomPlusInterface
File
- src/
Entity/ ElevateZoomPlusInterface.php, line 10
Namespace
Drupal\elevatezoomplus\EntityView source
interface ElevateZoomPlusInterface extends SlickBaseInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SlickBaseInterface:: |
public static | function | Returns a new optionset object without saving it to the database. | 1 |
SlickBaseInterface:: |
public static | function | Returns available slick default options under group 'settings'. | 1 |
SlickBaseInterface:: |
public static | function | Checks whether an optionset with the given name already exists. | 1 |
SlickBaseInterface:: |
public | function | Returns the Slick options by group, or property. | 1 |
SlickBaseInterface:: |
public | function | Returns the value of a slick setting. | 1 |
SlickBaseInterface:: |
public | function | Returns the array of slick settings. | 1 |
SlickBaseInterface:: |
public static | function | Returns the given optionset object identified by $id. | 1 |
SlickBaseInterface:: |
public static | function | Fetches all optionsets from the storage. | 1 |
SlickBaseInterface:: |
public | function | Sets the value of a slick setting. | 1 |
SlickBaseInterface:: |
public | function | Sets the array of slick settings. | 1 |