You are here

protected property LayoutBuilderRestrictionManager::$configFactory in Layout Builder Restrictions 8.2

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

File

src/Plugin/LayoutBuilderRestrictionManager.php, line 24

Class

LayoutBuilderRestrictionManager
Provides the Layout builder restriction plugin plugin manager.

Namespace

Drupal\layout_builder_restrictions\Plugin

Code

protected $configFactory;