You are here

protected property ManageComponentAttributesForm::$configFactory in Layout Builder Component Attributes 1.1.x

Same name and namespace in other branches
  1. 1.2.x src/Form/ManageComponentAttributesForm.php \Drupal\layout_builder_component_attributes\Form\ManageComponentAttributesForm::configFactory
  2. 1.0.x src/Form/ManageComponentAttributesForm.php \Drupal\layout_builder_component_attributes\Form\ManageComponentAttributesForm::configFactory

The configuration object factory.

Type: \Drupal\Core\Config\ConfigFactory

Overrides FormBase::$configFactory

File

src/Form/ManageComponentAttributesForm.php, line 59

Class

ManageComponentAttributesForm
Provides a form for managing block attributes.

Namespace

Drupal\layout_builder_component_attributes\Form

Code

protected $configFactory;