You are here

GridStackFormatterInterface.php in GridStack 8.2

Same filename and directory in other branches
  1. 8 src/GridStackFormatterInterface.php

Namespace

Drupal\gridstack

File

src/GridStackFormatterInterface.php
View source
<?php

namespace Drupal\gridstack;

use Drupal\blazy\BlazyFormatterInterface;

/**
 * Defines re-usable services and functions for gridstack field plugins.
 */
interface GridStackFormatterInterface extends BlazyFormatterInterface {

}

Interfaces

Namesort descending Description
GridStackFormatterInterface Defines re-usable services and functions for gridstack field plugins.