protected property SettingsForm::$configFactory in Responsive and off-canvas menu 4.1.x
Same name and namespace in other branches
- 8.3 src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::configFactory
- 4.4.x src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::configFactory
- 4.0.x src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::configFactory
- 4.3.x src/Form/SettingsForm.php \Drupal\responsive_menu\Form\SettingsForm::configFactory
The config factory.
Subclasses should use the self::config() method, which may be overridden to address specific needs when loading config, rather than this property directly. See \Drupal\Core\Form\ConfigFormBase::config() for an example of this.
Type: \Drupal\Core\Config\ConfigFactoryInterface
Overrides FormBase::$configFactory
File
- src/
Form/ SettingsForm.php, line 22
Class
- SettingsForm
- Form builder for the responsive_menu admin settings page.
Namespace
Drupal\responsive_menu\FormCode
protected $configFactory;