You are here

function opigno_features_pathauto_defaultconfig_features in Opigno LMS 7

Implements hook_defaultconfig_features().

File

modules/features/opigno_features_pathauto/opigno_features_pathauto.features.defaultconfig.inc, line 10
opigno_features_pathauto.features.defaultconfig.inc

Code

function opigno_features_pathauto_defaultconfig_features() {
  return array(
    'opigno_features_pathauto' => array(
      'strongarm' => 'strongarm',
    ),
  );
}