You are here

protected property SystemBrandingBlock::$configFactory in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Plugin/Block/SystemBrandingBlock.php \Drupal\system\Plugin\Block\SystemBrandingBlock::configFactory

Stores the configuration factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

core/modules/system/src/Plugin/Block/SystemBrandingBlock.php, line 31

Class

SystemBrandingBlock
Provides a block to display 'Site branding' elements.

Namespace

Drupal\system\Plugin\Block

Code

protected $configFactory;