eZ\Publish\Core\REST\Client\Tests\SetupFactory::getConfigValue PHP Method

getConfigValue() public method

Returns a config value for $configKey.
public getConfigValue ( string $configKey ) : mixed
$configKey string
return mixed
    public function getConfigValue($configKey)
    {
        throw new \RuntimeException('REST implementation does not support config.');
    }