You are here

Files in Panels 8.3

Primary tabs

File namesort descending Location Namespace Description
PanelsEditBlockForm.php src/Form/PanelsEditBlockForm.php Drupal\panels\Form
PanelsIPEBlockContentForm.php panels_ipe/src/Form/PanelsIPEBlockContentForm.php Drupal\panels_ipe\Form
PanelsIPEBlockPluginForm.php panels_ipe/src/Form/PanelsIPEBlockPluginForm.php Drupal\panels_ipe\Form
PanelsIPEBlockRendererTrait.php panels_ipe/src/PanelsIPEBlockRendererTrait.php Drupal\panels_ipe
PanelsIPELayoutForm.php panels_ipe/src/Form/PanelsIPELayoutForm.php Drupal\panels_ipe\Form
PanelsIPEPageController.php panels_ipe/src/Controller/PanelsIPEPageController.php Drupal\panels_ipe\Controller
PanelsIPETestBase.php panels_ipe/tests/src/FunctionalJavascript/PanelsIPETestBase.php Drupal\Tests\panels_ipe\FunctionalJavascript
PanelsIPETestTrait.php panels_ipe/tests/src/FunctionalJavascript/PanelsIPETestTrait.php Drupal\Tests\panels_ipe\FunctionalJavascript
PanelsPattern.php src/Annotation/PanelsPattern.php Drupal\panels\Annotation
PanelsPatternInterface.php src/Plugin/PanelsPattern/PanelsPatternInterface.php Drupal\panels\Plugin\PanelsPattern
PanelsPatternManager.php src/PanelsPatternManager.php Drupal\panels
PanelsStorage.php src/Annotation/PanelsStorage.php Drupal\panels\Annotation
PanelsStorageAccess.php src/Storage/PanelsStorageAccess.php Drupal\panels\Storage
PanelsStorageBase.php src/Storage/PanelsStorageBase.php Drupal\panels\Storage
PanelsStorageInterface.php src/Storage/PanelsStorageInterface.php Drupal\panels\Storage
PanelsStorageManager.php src/Storage/PanelsStorageManager.php Drupal\panels\Storage
PanelsStorageManagerInterface.php src/Storage/PanelsStorageManagerInterface.php Drupal\panels\Storage
PanelsStorageTest.php tests/src/Unit/PanelsStorageTest.php Drupal\Tests\panels\Unit Contains \Drupal\Tests\panels\Unit\PanelsStorageTest.
PanelsTest.php src/Tests/PanelsTest.php Drupal\panels\Tests
panels_ipe.api.php panels_ipe/panels_ipe.api.php Hooks specific to the Panels IPE module.
panels_ipe.css panels_ipe/css/panels_ipe.css Contains all CSS for the Panels In-Place Editor.
panels_ipe.info.yml panels_ipe/panels_ipe.info.yml panels_ipe/panels_ipe.info.yml
panels_ipe.libraries.yml panels_ipe/panels_ipe.libraries.yml panels_ipe/panels_ipe.libraries.yml
panels_ipe.module panels_ipe/panels_ipe.module Contains panels_ipe.module.
panels_ipe.permissions.yml panels_ipe/panels_ipe.permissions.yml panels_ipe/panels_ipe.permissions.yml
panels_ipe.routing.yml panels_ipe/panels_ipe.routing.yml panels_ipe/panels_ipe.routing.yml
panels_ipe.services.yml panels_ipe/panels_ipe.services.yml panels_ipe/panels_ipe.services.yml
panels_ipe_page_manager_test_config.info.yml panels_ipe/tests/modules/panels_ipe_page_manager_test_config/panels_ipe_page_manager_test_config.info.yml panels_ipe/tests/modules/panels_ipe_page_manager_test_config/panels_ipe_page_manager_test_config.info.yml
panels_test.info.yml tests/modules/panels_test/panels_test.info.yml tests/modules/panels_test/panels_test.info.yml
README.txt panels_ipe/fonts/README.txt Our icon font file (ipeicons.woff) is auto-generated from https://icomoon.io/. If you wish to add or change an icon in ipeicons.woof, visit https://icomoon.io/app/#/select and import the selection.json file. You can then import new SVGs to add to the…
RemoveBlockRequestHandler.php panels_ipe/src/Helpers/RemoveBlockRequestHandler.php Drupal\panels_ipe\Helpers
RemoveBlockRequestHandlerTest.php tests/src/Unit/panels_ipe/RemoveBlockRequestHandlerTest.php Drupal\Tests\panels\Unit\panels_ipe
RequestHandlerBase.php panels_ipe/src/Helpers/RequestHandlerBase.php Drupal\panels_ipe\Helpers
RequestHandlerInterface.php panels_ipe/src/Helpers/RequestHandlerInterface.php Drupal\panels_ipe\Helpers
RequestHandlerTestBase.php tests/src/Unit/panels_ipe/RequestHandlerTestBase.php Drupal\Tests\panels\Unit\panels_ipe
StandardDisplayBuilder.php src/Plugin/DisplayBuilder/StandardDisplayBuilder.php Drupal\panels\Plugin\DisplayBuilder
StandardDisplayBuilderTest.php tests/src/Unit/StandardDisplayBuilderTest.php Drupal\Tests\panels\Unit Contains \Drupal\Tests\panels\Unit\StandardDisplayBuilderTest.
threecol_25_50_25.css layouts/threecol_25_50_25/threecol_25_50_25.css .panel-3col { display: flex; justify-content: space-between; } .panel-3col > .panel-panel { flex: 0 1 25%; } .panel-3col > .panel-col-middle { flex: 0 1 50%; }
threecol_25_50_25_stacked.css layouts/threecol_25_50_25_stacked/threecol_25_50_25_stacked.css .panel-3col-stacked { display: flex; flex-wrap: wrap; justify-content: space-between; } .panel-3col-stacked > .panel-panel { flex: 0 1 25%; } .panel-3col-stacked > .panel-full-width { flex: 0 1 100%; } .panel-3col-stacked >…
threecol_33_34_33.css layouts/threecol_33_34_33/threecol_33_34_33.css .panel-3col-33 { display: flex; flex-wrap: wrap; justify-content: space-between; } .panel-3col-33 > .panel-panel { flex: 1 33%; }
threecol_33_34_33_stacked.css layouts/threecol_33_34_33_stacked/threecol_33_34_33_stacked.css .panel-3col-33-stacked { display: flex; flex-wrap: wrap; justify-content: space-between; } .panel-3col-33-stacked > .panel-panel { flex: 0 1 33%; } .panel-3col-33-stacked > .panel-full-width { flex: 0 1 100%; }
twocol.css layouts/twocol/twocol.css .panel-2col { display: flex; flex-wrap: wrap; justify-content: space-between; } .panel-2col > .panel-panel { flex: 0 1 50%; }
twocol_bricks.css layouts/twocol_bricks/twocol_bricks.css .panel-2col-bricks { display: flex; flex-wrap: wrap; justify-content: space-between; } .panel-2col-bricks > .panel-panel { flex: 0 1 50%; } .panel-2col-bricks > .panel-full-width { flex: 0 1 100%; }
twocol_stacked.css layouts/twocol_stacked/twocol_stacked.css .panel-2col-stacked { display: flex; flex-wrap: wrap; justify-content: space-between; } .panel-2col-stacked > .panel-panel { flex: 0 1 50%; } .panel-2col-stacked > .panel-full-width { flex: 0 1 100%; }
UpdateLayoutRequestHandler.php panels_ipe/src/Helpers/UpdateLayoutRequestHandler.php Drupal\panels_ipe\Helpers
UpdateLayoutRequestHandlerTest.php tests/src/Unit/panels_ipe/UpdateLayoutRequestHandlerTest.php Drupal\Tests\panels\Unit\panels_ipe

Pages

Other projects