function WorkspacesUiLazyBuilders::__construct

Same name and namespace in other branches
  1. 11.x core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php \Drupal\workspaces_ui\WorkspacesUiLazyBuilders::__construct()

File

core/modules/workspaces_ui/src/WorkspacesUiLazyBuilders.php, line 23

Class

WorkspacesUiLazyBuilders
Defines a service for workspaces #lazy_builder callbacks.

Namespace

Drupal\workspaces_ui

Code

public function __construct(protected readonly WorkspaceManagerInterface $workspaceManager, protected readonly ElementInfoManagerInterface $elementInfo) {
}

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