You are here

GridStackAdminInterface.php in GridStack 8

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

File

src/Form/GridStackAdminInterface.php
View source
<?php

namespace Drupal\gridstack\Form;


/**
 * Provides resusable admin functions or form elements.
 */
interface GridStackAdminInterface {

}

Interfaces

Namesort descending Description
GridStackAdminInterface Provides resusable admin functions or form elements.