interface GridStackFormatterInterface in GridStack 8.2
Same name and namespace in other branches
- 8 src/GridStackFormatterInterface.php \Drupal\gridstack\GridStackFormatterInterface
Defines re-usable services and functions for gridstack field plugins.
Hierarchy
- interface \Drupal\blazy\BlazyManagerInterface
- interface \Drupal\blazy\BlazyFormatterInterface
- interface \Drupal\gridstack\GridStackFormatterInterface
- interface \Drupal\blazy\BlazyFormatterInterface
Expanded class hierarchy of GridStackFormatterInterface
All classes that implement GridStackFormatterInterface
File
- src/
GridStackFormatterInterface.php, line 10
Namespace
Drupal\gridstackView source
interface GridStackFormatterInterface extends BlazyFormatterInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BlazyFormatterInterface:: |
public | function | Modifies the field formatter settings inherited by child elements. | 1 |
BlazyFormatterInterface:: |
public | function | Extract the first image item to build colorbox/zoom-like gallery. | 1 |
BlazyFormatterInterface:: |
public | function | Checks if an image style contains crop effect. | 1 |
BlazyFormatterInterface:: |
public | function | Modifies the field formatter settings not inherited by child elements. | 1 |
BlazyFormatterInterface:: |
public | function | Modifies the field formatter settings inherited by child elements. | 1 |
BlazyManagerInterface:: |
public | function | Returns array of needed assets suitable for #attached property. | 1 |
BlazyManagerInterface:: |
public | function | Returns the supported image effects. | 1 |
BlazyManagerInterface:: |
public | function | Returns drupalSettings for IO. | 1 |
BlazyManagerInterface:: |
public | function | Gets the supported lightboxes. | 1 |
BlazyManagerInterface:: |
public | function | Checks for Blazy formatter such as from within a Views style plugin. | 1 |