You are here

public function BlazyAdminBase::getTypedConfig in Blazy 8

Same name and namespace in other branches
  1. 8.2 src/Form/BlazyAdminBase.php \Drupal\blazy\Form\BlazyAdminBase::getTypedConfig()

Returns the typed config.

File

src/Form/BlazyAdminBase.php, line 111

Class

BlazyAdminBase
A base for blazy admin integration to have re-usable methods in one place.

Namespace

Drupal\blazy\Form

Code

public function getTypedConfig() {
  return $this->typedConfig;
}