You are here

protected function DfpTestBase::getGlobalConfig in Doubleclick for Publishers (DFP) 8

Gets the global DFP settings.

Return value

\Drupal\Core\Config\ImmutableConfig The global DFP settings.

1 call to DfpTestBase::getGlobalConfig()
DfpTestBase::dfpTagToTagView in tests/src/Functional/DfpTestBase.php
Converts a DFP Tag config entity to a TagView object.

File

tests/src/Functional/DfpTestBase.php, line 168
Contains \Drupal\Tests\dfp\Functional\DfpTestBase.

Class

DfpTestBase
An abstract class to build DFP tests from.

Namespace

Drupal\Tests\dfp\Functional

Code

protected function getGlobalConfig() {
  return \Drupal::config('dfp.settings');
}