You are here

GridStackStylizerPluginInterface.php in GridStack 8.2

Namespace

Drupal\gridstack

File

src/GridStackStylizerPluginInterface.php
View source
<?php

namespace Drupal\gridstack;


/**
 * Provides an interface defining GridStack styles.
 */
interface GridStackStylizerPluginInterface extends GridStackPluginInterface {

}

Interfaces

Namesort descending Description
GridStackStylizerPluginInterface Provides an interface defining GridStack styles.