You are here

Classes, traits, and interfaces in Layout Builder Restrictions 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AllowedBlocksForm class Drupal\layout_builder_restrictions_by_region\Form modules/layout_builder_restrictions_by_region/src/Form/AllowedBlocksForm.php Provides form for designating allowed blocks.
BlacklistedRestrictionsTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/BlacklistedRestrictionsTest.php Demonstrate that blocks can be individually blacklisted.
BlockPlacementBlacklistTest class Drupal\Tests\layout_builder_restrictions_by_region\FunctionalJavascript modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/BlockPlacementBlacklistTest.php Demonstrate that blocks can be individually restricted.
BlockPlacementCategoryRestrictionTest class Drupal\Tests\layout_builder_restrictions_by_region\FunctionalJavascript modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/BlockPlacementCategoryRestrictionTest.php Demonstrate that blocks can be restricted by category.
BlockPlacementWhitelistTest class Drupal\Tests\layout_builder_restrictions_by_region\FunctionalJavascript modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/BlockPlacementWhitelistTest.php Demonstrate that blocks can be individually restricted.
ChooseBlockController class Drupal\layout_builder_restrictions\Controller src/Controller/ChooseBlockController.php Defines a controller to choose a new block.
DashboardsIntegrationTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/DashboardsIntegrationTest.php Demonstrate that Layout Builder Restrictions works with Dashboards.
DefaultRestrictionsTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/DefaultRestrictionsTest.php Demonstrate that blocks can be individually restricted.
EntityViewModeRestriction class Drupal\layout_builder_restrictions\Plugin\LayoutBuilderRestriction src/Plugin/LayoutBuilderRestriction/EntityViewModeRestriction.php Controls behavior of the per-view mode plugin.
EntityViewModeRestrictionByRegion class Drupal\layout_builder_restrictions_by_region\Plugin\LayoutBuilderRestriction modules/layout_builder_restrictions_by_region/src/Plugin/LayoutBuilderRestriction/EntityViewModeRestrictionByRegion.php Controls behavior of the by region plugin.
FormAlter class Drupal\layout_builder_restrictions_by_region\Form modules/layout_builder_restrictions_by_region/src/Form/FormAlter.php Supplement form UI to add setting for which blocks & layouts are available. 1
FormAlter class Drupal\layout_builder_restrictions\Form src/Form/FormAlter.php Supplement form UI to add setting for which blocks & layouts are available. 1
LanguageCategoriesTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/LanguageCategoriesTest.php Demonstrate that blocks can be individually restricted.
LayoutBuilderRestriction class Drupal\layout_builder_restrictions\Annotation src/Annotation/LayoutBuilderRestriction.php Defines a Layout builder restriction plugin item annotation object.
LayoutBuilderRestrictionBase abstract class Drupal\layout_builder_restrictions\Plugin src/Plugin/LayoutBuilderRestrictionBase.php Base class for Layout builder restriction plugin plugins. 2 2
LayoutBuilderRestrictionInterface interface Drupal\layout_builder_restrictions\Plugin src/Plugin/LayoutBuilderRestrictionInterface.php Defines an interface for Layout builder restriction plugin plugins. 1
LayoutBuilderRestrictionManager class Drupal\layout_builder_restrictions\Plugin src/Plugin/LayoutBuilderRestrictionManager.php Provides the Layout builder restriction plugin plugin manager. 1 2
LayoutBuilderRestrictionsByRegionHelperTrait trait Drupal\layout_builder_restrictions_by_region\Traits modules/layout_builder_restrictions_by_region/src/Traits/LayoutBuilderRestrictionsByRegionHelperTrait.php Methods to help Layout Builder Restrictions By Region plugin. 2
LayoutBuilderRestrictionsTestBase abstract class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/LayoutBuilderRestrictionsTestBase.php General-purpose methods for testing restrictions. 11 2
LayoutLibraryIntegrationTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/LayoutLibraryIntegrationTest.php Demonstrate that Layout Builder Restrictions works with Layout Library.
LayoutRestrictionsTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/LayoutRestrictionsTest.php Demonstrate that blocks can be individually restricted.
MiniLayoutsIntegrationTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/MiniLayoutsIntegrationTest.php Demonstrate that Layout Builder Restrictions works with Mini Layouts.
MoveBlockBlacklistTest class Drupal\Tests\layout_builder_restrictions_by_region\FunctionalJavascript modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/MoveBlockBlacklistTest.php Tests moving blocks via the form.
MoveBlockCategoryRestrictionTest class Drupal\Tests\layout_builder_restrictions_by_region\FunctionalJavascript modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/MoveBlockCategoryRestrictionTest.php Tests moving blocks via the form.
MoveBlockController class Drupal\layout_builder_restrictions\Controller src/Controller/MoveBlockController.php Defines a controller to move a block.
MoveBlockForm class Drupal\layout_builder_restrictions\Form src/Form/MoveBlockForm.php Provides a form for moving a block.
MoveBlockHelperTrait trait Drupal\Tests\layout_builder_restrictions\Traits tests/src/Traits/MoveBlockHelperTrait.php General-purpose methods for moving blocks in Layout Builder. 4
MoveBlockRestrictionTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/MoveBlockRestrictionTest.php Tests moving blocks via the form.
MoveBlockWhitelistTest class Drupal\Tests\layout_builder_restrictions_by_region\FunctionalJavascript modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/MoveBlockWhitelistTest.php Tests moving blocks via the form.
PluginHelperTrait trait Drupal\layout_builder_restrictions\Traits src/Traits/PluginHelperTrait.php Methods to help Layout Builder Restrictions plugins. 6
RestrictionManagerTest class Drupal\Tests\layout_builder_restrictions\Kernel tests/src/Kernel/RestrictionManagerTest.php Layout builder restrictions manager kernel tests.
RestrictionPluginConfigForm class Drupal\layout_builder_restrictions\Form src/Form/RestrictionPluginConfigForm.php Class RestrictionPluginConfigForm. 1
RouteSubscriber class Drupal\layout_builder_restrictions_by_region\Routing modules/layout_builder_restrictions_by_region/src/Routing/RouteSubscriber.php Subscriber for Layout Builder Restrictions By Region routes. 2
RouteSubscriber class Drupal\layout_builder_restrictions\Routing src/Routing/RouteSubscriber.php Override the controller for layout_builder.move_block. 2
WhitelistedRestrictionsTest class Drupal\Tests\layout_builder_restrictions\FunctionalJavascript tests/src/FunctionalJavascript/WhitelistedRestrictionsTest.php Demonstrate that blocks can be individually restricted.

Other projects