You are here

constant BANNER_DEFAULT_SAVE_LOCATION in Dynamic Banner 8

Same name and namespace in other branches
  1. 7.2 dynamic_banner.module \BANNER_DEFAULT_SAVE_LOCATION
  2. 7 dynamic_banner.module \BANNER_DEFAULT_SAVE_LOCATION
  3. 8.x dynamic_banner.module \BANNER_DEFAULT_SAVE_LOCATION
2 uses of BANNER_DEFAULT_SAVE_LOCATION
AddBannerForm::buildForm in src/forms/AddBannerForm.php
Form constructor.
AdminSettingForm::buildForm in src/forms/AdminSettingForm.php
Form constructor.

File

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

Code

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