function AddComponent::__construct
Same name and namespace in other branches
- 11.x core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php \Drupal\layout_builder\Plugin\ConfigAction\AddComponent::__construct()
File
-
core/
modules/ layout_builder/ src/ Plugin/ ConfigAction/ AddComponent.php, line 66
Class
- AddComponent
- Adds a component to a layout builder section.
Namespace
Drupal\layout_builder\Plugin\ConfigActionCode
public function __construct(private readonly ConfigManagerInterface $configManager, private readonly UuidInterface $uuidGenerator, private readonly string $pluginId, private readonly bool $multiple) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.