You are here

protected property NodePreviewForm::$configFactory in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/src/Form/NodePreviewForm.php \Drupal\node\Form\NodePreviewForm::configFactory

The config factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

Overrides FormBase::$configFactory

File

core/modules/node/src/Form/NodePreviewForm.php, line 32

Class

NodePreviewForm
Contains a form for switching the view mode of a node during preview.

Namespace

Drupal\node\Form

Code

protected $configFactory;