You are here

Classes, traits, and interfaces in GridStack 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Animation class Drupal\gridstack\Plugin\gridstack\stylizer src/Plugin/gridstack/stylizer/Animation.php Provides the animations. 1
Background class Drupal\gridstack\Plugin\gridstack\stylizer src/Plugin/gridstack/stylizer/Background.php Provides the background color styles. 1
Bootstrap3 class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/Bootstrap3.php Provides a GridStack Bootstrap 3 layout engine.
Bootstrap4 class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/Bootstrap4.php Provides a GridStack Bootstrap 4 layout engine.
BootstrapBase abstract class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/BootstrapBase.php Provides the base Bootstrap layout engine. 2
Builder class Drupal\gridstack\Plugin\gridstack\stylizer src/Plugin/gridstack/stylizer/Builder.php Provides Layout Builder integration for editor previews.
Classes class Drupal\gridstack\Plugin\gridstack\stylizer src/Plugin/gridstack/stylizer/Classes.php Provides the classes styles. 1
Color class Drupal\gridstack\Plugin\gridstack\stylizer src/Plugin/gridstack/stylizer/Color.php Provides the color styles. 1
Extras class Drupal\gridstack\Plugin\gridstack\stylizer src/Plugin/gridstack/stylizer/Extras.php Provides the extras styles. 1
Form class Drupal\gridstack\Plugin\gridstack\stylizer src/Plugin/gridstack/stylizer/Form.php Provides the form elements.
Foundation5 class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/Foundation5.php Provides a GridStack Foundation5 layout engine.
Foundation6 class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/Foundation6.php Provides a GridStack Foundation6 layout engine.
FoundationBase abstract class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/FoundationBase.php Provides the base Foundation layout engine. 2
GridBase abstract class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/GridBase.php Provides the base class for one-dimensional layout engines. 2
GridStack class Drupal\gridstack\Entity src/Entity/GridStack.php Defines the GridStack configuration entity. 1 13
GridStackAdmin class Drupal\gridstack\Form src/Form/GridStackAdmin.php Provides reusable admin functions or form elements. 1 1 2
GridStackAdminInterface interface Drupal\gridstack\Form src/Form/GridStackAdminInterface.php Provides resusable admin functions or form elements. 2
GridStackAdminStylizer class Drupal\gridstack\Form src/Form/GridStackAdminStylizer.php Implements GridStackAdminStylizerInterface. 2
GridStackAdminStylizerInterface interface Drupal\gridstack\Form src/Form/GridStackAdminStylizerInterface.php Provides reusable admin functions or form elements specific for stylings. 1
GridStackAdminUnitTest class Drupal\Tests\gridstack\Unit\Form tests/src/Unit/Form/GridStackAdminUnitTest.php Tests the GridStack admin form.
GridStackBase abstract class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/GridStackBase.php Provides the base class for two-dimensional layout engines. 2
GridStackBase abstract class Drupal\gridstack\Entity src/Entity/GridStackBase.php Defines the base class for GridStack configuration entity. 1
GridStackBaseInterface interface Drupal\gridstack\Entity src/Entity/GridStackBaseInterface.php Provides a base interface defining GridStack entity. 2
GridStackCrudTest class Drupal\Tests\gridstack\Kernel tests/src/Kernel/GridStackCrudTest.php Tests creation, loading, updating, deleting of GridStack optionsets.
GridStackDefault class Drupal\gridstack src/GridStackDefault.php Defines shared plugin default settings for field formatter and Views style. 27
GridStackDeleteForm class Drupal\gridstack_ui\Form modules/gridstack_ui/src/Form/GridStackDeleteForm.php Builds the form to delete a GridStack optionset. 1
GridStackEngine class Drupal\gridstack\Annotation src/Annotation/GridStackEngine.php Defines a GridStackEngine item annotation object.
GridStackEngineManager class Drupal\gridstack src/GridStackEngineManager.php Implements GridStackEngineManagerInterface. 2
GridStackEngineManagerInterface interface Drupal\gridstack src/GridStackEngineManagerInterface.php Provides an interface defining GridStack engines. 1
GridStackEnginePluginBase abstract class Drupal\gridstack src/GridStackEnginePluginBase.php Provides base class for all gridstack layout engines. 3 3
GridStackEnginePluginInterface interface Drupal\gridstack src/GridStackEnginePluginInterface.php Provides an interface defining GridStack layout engines. 1
GridStackEntityFormatter class Drupal\gridstack\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/GridStackEntityFormatter.php Plugin implementation of the 'GridStack Entity' formatter.
GridStackEntityFormatterBase abstract class Drupal\gridstack\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/GridStackEntityFormatterBase.php Base class for gridstack entity reference formatters without field details. 2
GridStackExampleSkin class Drupal\gridstack_example\Plugin\gridstack modules/gridstack_example/src/Plugin/gridstack/GridStackExampleSkin.php Provides gridstack example skins.
GridStackFileFormatter class Drupal\gridstack\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/GridStackFileFormatter.php Plugin implementation of the 'GridStack' formatter to get ME within images.
GridStackFileFormatterBase abstract class Drupal\gridstack\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/GridStackFileFormatterBase.php Base class for gridstack image and file ER formatters. 2
GridStackForm class Drupal\gridstack_ui\Form modules/gridstack_ui/src/Form/GridStackForm.php Extends base form for gridstack instance configuration form. 1 2
GridStackFormatter class Drupal\gridstack src/GridStackFormatter.php Implements GridStackFormatterInterface. 2
GridStackFormatterInterface interface Drupal\gridstack src/GridStackFormatterInterface.php Defines re-usable services and functions for gridstack field plugins. 1
GridStackFormatterTest class Drupal\Tests\gridstack\Kernel tests/src/Kernel/GridStackFormatterTest.php Tests the GridStack field rendering using the image field type.
GridStackFormatterTrait trait Drupal\gridstack\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/GridStackFormatterTrait.php A Trait common for gridstack formatters.
GridStackFormatterViewTrait trait Drupal\gridstack\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/GridStackFormatterViewTrait.php A Trait common for all blazy formatters.
GridStackFormBase class Drupal\gridstack_ui\Form modules/gridstack_ui/src/Form/GridStackFormBase.php Extends base form for gridstack instance configuration form. 1
GridStackFormUnitTest class Drupal\Tests\gridstack\Unit\Form tests/src/Unit/Form/GridStackFormUnitTest.php Tests the GridStack admin form.
GridStackHook class Drupal\gridstack src/GridStackHook.php Provides GridStack utility methods for Drupal hooks. 2
GridStackImageFormatter class Drupal\gridstack\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/GridStackImageFormatter.php Plugin implementation of the 'GridStack Image' formatter.
GridStackInterface interface Drupal\gridstack\Entity src/Entity/GridStackInterface.php Provides an interface defining GridStack entity. 2
GridStackJs class Drupal\gridstack\Plugin\gridstack\engine src/Plugin/gridstack/engine/GridStackJs.php Provides a GridStack JS layout engine.
GridStackLayout class Drupal\gridstack\Plugin\Layout src/Plugin/Layout/GridStackLayout.php Provides a GridStack class for Layout plugins.
GridStackLayoutBase abstract class Drupal\gridstack\Plugin\Layout src/Plugin/Layout/GridStackLayoutBase.php Provides a GridStack base class for Layout plugins. 1

Pages

Other projects