public function BlazyAdminBase::getTypedConfig in Blazy 8.2
Same name and namespace in other branches
- 8 src/Form/BlazyAdminBase.php \Drupal\blazy\Form\BlazyAdminBase::getTypedConfig()
Returns the typed config.
File
- src/
Form/ BlazyAdminBase.php, line 124
Class
- BlazyAdminBase
- A base for blazy admin integration to have re-usable methods in one place.
Namespace
Drupal\blazy\FormCode
public function getTypedConfig() {
return $this->typedConfig;
}