public function TranslateBlockForm::__construct in Layout Builder Symmetric Translations 8
Constructs a new TranslateBlockForm.
File
- src/
Form/ TranslateBlockForm.php, line 67
Class
- TranslateBlockForm
- Provides a form to translate a block plugin in the Layout Builder.
Namespace
Drupal\layout_builder_st\FormCode
public function __construct(LayoutTempstoreRepositoryInterface $layout_tempstore_repository, ModuleHandlerInterface $module_handler, TypedConfigManagerInterface $typed_config_manager) {
$this->layoutTempstoreRepository = $layout_tempstore_repository;
$this->moduleHandler = $module_handler;
$this->typedConfigManager = $typed_config_manager;
}