You are here

function drush_acsf_variables_acsf_info in Acquia Cloud Site Factory Connector 8

Command callback. Prints information about the site.

File

acsf_variables/acsf_variables.drush.inc, line 186
Provides drush commands for the acsf_variables module.

Code

function drush_acsf_variables_acsf_info() {
  drush_print(drush_format(\Drupal::service('acsf.variable_storage')
    ->get('acsf_site_info'), NULL, 'var_export'));
}