GridStack |
class |
Drupal\gridstack\Entity |
src/Entity/GridStack.php |
Defines the GridStack configuration entity. |
|
10 |
|
GridStackAdmin |
class |
Drupal\gridstack\Form |
src/Form/GridStackAdmin.php |
Provides resusable admin functions or form elements. |
|
1 |
2 |
GridStackAdminInterface |
interface |
Drupal\gridstack\Form |
src/Form/GridStackAdminInterface.php |
Provides resusable admin functions or form elements. |
1 |
|
|
GridStackAdminUnitTest |
class |
Drupal\Tests\gridstack\Unit\Form |
tests/src/Unit/Form/GridStackAdminUnitTest.php |
Tests the GridStack admin form. |
|
|
|
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. |
|
3 |
|
GridStackDeleteForm |
class |
Drupal\gridstack_ui\Form |
modules/gridstack_ui/src/Form/GridStackDeleteForm.php |
Builds the form to delete a GridStack optionset. |
|
|
|
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 |
modules/gridstack_example/src/GridStackExampleSkin.php |
Implements GridStackSkinInterface via hook_gridstack_skins_info(). |
|
|
|
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 |
|
|
GridStackFileFormatterTest |
class |
Drupal\Tests\gridstack\Kernel |
tests/src/Kernel/GridStackFileFormatterTest.php |
Tests the GridStack field rendering using the text field type. |
|
|
|
GridStackForm |
class |
Drupal\gridstack_ui\Form |
modules/gridstack_ui/src/Form/GridStackForm.php |
Extends base form for gridstack instance configuration form. |
|
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 |
2 |
|
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. |
|
|
|
GridStackFormUnitTest |
class |
Drupal\Tests\gridstack\Unit\Form |
tests/src/Unit/Form/GridStackFormUnitTest.php |
Tests the GridStack admin form. |
|
|
|
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. |
1 |
|
|
GridStackLayout |
class |
Drupal\gridstack\Layout |
src/Layout/GridStackLayout.php |
Provides a GridStack class for Layout plugins. |
|
|
|
GridStackLayoutDeprecated |
class |
Drupal\gridstack\Layout |
src/Layout/GridStackLayoutDeprecated.php |
Provides a GridStack class for Layout plugins. |
|
|
|
GridStackLayoutTrait |
trait |
Drupal\gridstack\Layout |
src/Layout/GridStackLayoutTrait.php |
A Trait common for optional layout integration. |
|
|
|
GridStackListBuilder |
class |
Drupal\gridstack_ui\Controller |
modules/gridstack_ui/src/Controller/GridStackListBuilder.php |
Provides a listing of GridStack optionsets. |
|
|
|
GridStackManager |
class |
Drupal\gridstack |
src/GridStackManager.php |
Implements GridStackManagerInterface. |
|
|
2 |
GridStackManagerInterface |
interface |
Drupal\gridstack |
src/GridStackManagerInterface.php |
Defines re-usable services and functions for gridstack plugins. |
1 |
8 |
|
GridStackManagerTest |
class |
Drupal\Tests\gridstack\Kernel |
tests/src/Kernel/GridStackManagerTest.php |
Tests the GridStack manager methods. |
|
|
|
GridStackMediaFormatter |
class |
Drupal\gridstack\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/GridStackMediaFormatter.php |
Plugin implementation of the 'GridStack Media' formatter. |
|
|
|
GridStackParagraphsFormatter |
class |
Drupal\gridstack\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/GridStackParagraphsFormatter.php |
Plugin implementation of the 'GridStack Paragraphs' formatter. |
|
|
|
GridStackSettingsForm |
class |
Drupal\gridstack_ui\Form |
modules/gridstack_ui/src/Form/GridStackSettingsForm.php |
Defines the GridStack admin settings form. |
|
1 |
1 |
GridStackSettingsFormTest |
class |
Drupal\Tests\gridstack\Kernel\Form |
tests/src/Kernel/Form/GridStackSettingsFormTest.php |
Tests the GridStack UI settings form. |
|
|
|
GridStackSkin |
class |
Drupal\gridstack |
src/GridStackSkin.php |
Implements GridStackSkinInterface. |
|
|
|
GridStackSkinInterface |
interface |
Drupal\gridstack |
src/GridStackSkinInterface.php |
Provides an interface defining GridStack skins. |
2 |
1 |
|
GridStackTestTrait |
trait |
Drupal\Tests\gridstack\Traits |
tests/src/Traits/GridStackTestTrait.php |
A Trait common for GridStack tests. |
|
|
|
GridStackUnitTest |
class |
Drupal\Tests\gridstack\Unit |
tests/src/Unit/GridStackUnitTest.php |
@coversDefaultClass \Drupal\gridstack\Entity\GridStack |
|
|
|
GridStackUnitTestTrait |
trait |
Drupal\Tests\gridstack\Traits |
tests/src/Traits/GridStackUnitTestTrait.php |
A Trait common for GridStack Unit tests. |
|
3 |
|
GridStackViews |
class |
Drupal\gridstack\Plugin\views\style |
src/Plugin/views/style/GridStackViews.php |
GridStack style plugin. |
|
|
|
GridStackViewsTest |
class |
Drupal\Tests\gridstack\Kernel\Views |
tests/src/Kernel/Views/GridStackViewsTest.php |
Test GridStack Views integration. |
|
|
|