You are here

interface GridStackStylizerInterface in GridStack 8.2

Provides an interface defining GridStack stylizer.

Hierarchy

Expanded class hierarchy of GridStackStylizerInterface

All classes that implement GridStackStylizerInterface

File

src/GridStackStylizerInterface.php, line 8

Namespace

Drupal\gridstack
View source
interface GridStackStylizerInterface extends GridStackPluginManagerInterface {

  /**
   * Returns classes that can be used for select options.
   *
   * @param bool $flatten
   *   Whether flattened or grouped.
   *
   * @return array
   *   An associative array of grouped, or flattened classes.
   */
  public function getMergedClasses($flatten = FALSE);

}

Members

Namesort descending Modifiers Type Description Overrides
GridStackPluginManagerInterface::load public function Returns an instance of a plugin given a plugin id. 1
GridStackStylizerInterface::getMergedClasses public function Returns classes that can be used for select options. 1