/**
  * Gather site profile information about this site.
  *
  * @param string $method
  *   Optional identifier for the method initiating request.
  *   Values could be 'cron' or 'menu callback' or 'drush'.
  *
  * @return array
  *   An associative array keyed by types of information.
  */
 public function get($method = '')
 {
     return parent::get($method);
 }