You are here

GridStackFormatterInterface.php in GridStack 8

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

Namespace

Drupal\gridstack

File

src/GridStackFormatterInterface.php
View source
<?php

namespace Drupal\gridstack;


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

}

Interfaces

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