You are here

constant BANNER_DEFAULT_ERROR in Dynamic Banner 8

Same name and namespace in other branches
  1. 7 dynamic_banner.module \BANNER_DEFAULT_ERROR
2 uses of BANNER_DEFAULT_ERROR
AdminSettingForm::buildForm in src/forms/AdminSettingForm.php
Form constructor.
Dynamic_Banner_Block::build in src/Plugin/Block/Dynamic_Banner_Block.php
Builds and returns the renderable array for this block plugin.

File

./dynamic_banner.module, line 20
Distributed under GNU GPL version 3

Code

define('BANNER_DEFAULT_ERROR', \Drupal::config('dynamic_banner.settings')
  ->get('dynamic_banner_display_errors'));