Search for build

  1. Search 7.x for build
  2. Search 9.5.x for build
  3. Search 8.9.x for build
  4. Search 10.3.x for build
  5. Search main for build
  6. Other projects
Title Object type File name Summary
WorkspaceListBuilder::buildRow function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Builds a row for an entity in the entity listing.
WorkspaceListBuilder::createInstance function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Instantiates a new instance of this entity handler.
WorkspaceListBuilder::createInstance function core/modules/workspaces/src/WorkspaceListBuilder.php Instantiates a new instance of this entity handler.
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceListBuilder::getEntityListQuery function core/modules/workspaces/src/WorkspaceListBuilder.php Returns a query object for loading entity IDs from the storage.
WorkspaceListBuilder::getEntityListQuery function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Returns a query object for loading entity IDs from the storage.
WorkspaceListBuilder::load function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Loads entities of this type from storage for listing.
WorkspaceListBuilder::load function core/modules/workspaces/src/WorkspaceListBuilder.php Loads entities of this type from storage for listing.
WorkspaceListBuilder::offCanvasRender function core/modules/workspaces/src/WorkspaceListBuilder.php Renders the off canvas elements.
WorkspaceListBuilder::offCanvasRender function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Renders the off canvas elements.
WorkspaceListBuilder::render function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Builds the entity listing as renderable array for table.html.twig.
WorkspaceListBuilder::render function core/modules/workspaces/src/WorkspaceListBuilder.php Builds the entity listing as renderable array for table.html.twig.
WorkspaceListBuilder::__construct function core/modules/workspaces/src/WorkspaceListBuilder.php Constructs a new EntityListBuilder object.
WorkspaceListBuilder::__construct function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Constructs a new EntityListBuilder object.
WorkspaceMergeForm::buildForm function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Form constructor.
WorkspaceMergeForm::buildForm function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Form constructor.
WorkspacePublishForm::buildForm function core/modules/workspaces/src/Form/WorkspacePublishForm.php Form constructor.
WorkspacePublishForm::buildForm function core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php Form constructor.
WorkspaceSelection::buildConfigurationForm function core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php
WorkspacesLayoutBuilderIntegrationTest class core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests for layout editing in workspaces.
WorkspacesLayoutBuilderIntegrationTest.php file core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php
WorkspacesLayoutBuilderIntegrationTest::$defaultTheme property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php
WorkspacesLayoutBuilderIntegrationTest::$defaultUser property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php The default user that is getting logged in during setup.
WorkspacesLayoutBuilderIntegrationTest::$modules property core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php
WorkspacesLayoutBuilderIntegrationTest::setUp function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php
WorkspacesLayoutBuilderIntegrationTest::testBlockDeletionInWorkspaces function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests that blocks can be deleted inside workspaces.
WorkspacesLayoutBuilderIntegrationTest::testBlocksInWorkspaces function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests changing a layout/blocks inside a workspace.
WorkspacesLayoutBuilderIntegrationTest::testWorkspacesLayoutTempstore function core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php Tests workspace specific layout tempstore data.
WorkspacesLazyBuilder class core/modules/navigation/src/WorkspacesLazyBuilder.php Defines a service for workspaces #lazy_builder callbacks.
WorkspacesLazyBuilder.php file core/modules/navigation/src/WorkspacesLazyBuilder.php
WorkspacesLazyBuilder::renderNavigationLinks function core/modules/navigation/src/WorkspacesLazyBuilder.php Lazy builder callback for rendering navigation links.
WorkspacesLazyBuilder::__construct function core/modules/navigation/src/WorkspacesLazyBuilder.php
WorkspacesLazyBuilders class core/modules/workspaces/src/WorkspacesLazyBuilders.php Defines a service for workspaces #lazy_builder callbacks.
WorkspacesLazyBuilders.php file core/modules/workspaces/src/WorkspacesLazyBuilders.php
WorkspacesLazyBuilders::removeTabAttributes function core/modules/workspaces/src/WorkspacesLazyBuilders.php Render callback for the workspace toolbar tab.
WorkspacesLazyBuilders::renderToolbarTab function core/modules/workspaces/src/WorkspacesLazyBuilders.php Lazy builder callback for rendering the workspace toolbar tab.
WorkspacesLazyBuilders::trustedCallbacks function core/modules/workspaces/src/WorkspacesLazyBuilders.php Lists the trusted callbacks provided by the implementing class.
WorkspacesLazyBuilders::__construct function core/modules/workspaces/src/WorkspacesLazyBuilders.php
WorkspacesUiLazyBuilders class core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Defines a service for workspaces #lazy_builder callbacks.
WorkspacesUiLazyBuilders.php file core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php
WorkspacesUiLazyBuilders::removeTabAttributes function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Render callback for the workspace toolbar tab.
WorkspacesUiLazyBuilders::renderToolbarTab function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Lazy builder callback for rendering the workspace toolbar tab.
WorkspacesUiLazyBuilders::trustedCallbacks function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php Lists the trusted callbacks provided by the implementing class.
WorkspacesUiLazyBuilders::__construct function core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php
WorkspaceSwitcherBlock::$formBuilder property core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php The form builder.
WorkspaceSwitcherBlock::$formBuilder property core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php The form builder.
WorkspaceSwitcherBlock::build function core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php Builds and returns the renderable array for this block plugin.
WorkspaceSwitcherBlock::build function core/modules/workspaces_ui/src/Plugin/Block/WorkspaceSwitcherBlock.php Builds and returns the renderable array for this block plugin.
WorkspaceSwitcherForm::buildForm function core/modules/workspaces_ui/src/Form/WorkspaceSwitcherForm.php Form constructor.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.