You are here

protected function FileEntityPathsHelper::addToConfig in File Entity Paths 7.2

Save the config and add to the class configs array.

Parameters

$config:

1 call to FileEntityPathsHelper::addToConfig()
FileEntityPathsConfigurationPageTestCase::setUp in tests/fe_paths.test
Sets up a Drupal site for running functional and integration tests.

File

tests/fe_paths.test, line 127
Tests for File Entity Paths

Class

FileEntityPathsHelper
@file Tests for File Entity Paths

Code

protected function addToConfig($config) {
  if (fe_paths_config_save($config)) {
    $this->configs[] = $config;
  }
}