You are here

interface GridStackFormatterInterface in GridStack 8.2

Same name and namespace in other branches
  1. 8 src/GridStackFormatterInterface.php \Drupal\gridstack\GridStackFormatterInterface

Defines re-usable services and functions for gridstack field plugins.

Hierarchy

Expanded class hierarchy of GridStackFormatterInterface

All classes that implement GridStackFormatterInterface

File

src/GridStackFormatterInterface.php, line 10

Namespace

Drupal\gridstack
View source
interface GridStackFormatterInterface extends BlazyFormatterInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
BlazyFormatterInterface::buildSettings public function Modifies the field formatter settings inherited by child elements. 1
BlazyFormatterInterface::extractFirstItem public function Extract the first image item to build colorbox/zoom-like gallery. 1
BlazyFormatterInterface::isCrop public function Checks if an image style contains crop effect. 1
BlazyFormatterInterface::postBuildElements public function Modifies the field formatter settings not inherited by child elements. 1
BlazyFormatterInterface::preBuildElements public function Modifies the field formatter settings inherited by child elements. 1
BlazyManagerInterface::attach public function Returns array of needed assets suitable for #attached property. 1
BlazyManagerInterface::getImageEffects public function Returns the supported image effects. 1
BlazyManagerInterface::getIoSettings public function Returns drupalSettings for IO. 1
BlazyManagerInterface::getLightboxes public function Gets the supported lightboxes. 1
BlazyManagerInterface::isBlazy public function Checks for Blazy formatter such as from within a Views style plugin. 1