You are here

public function DomainLangHandlerInterface::getDomainConfigName in Domain Lang 8

Get configuration name for this hostname.

Parameters

string $config_name: The name of the config object.

\Drupal\domain\DomainInterface $domain: Domain object.

Return value

string The domain-specific config name.

1 method overrides DomainLangHandlerInterface::getDomainConfigName()
DomainLangHandler::getDomainConfigName in src/DomainLangHandler.php
Get configuration name for this hostname.

File

src/DomainLangHandlerInterface.php, line 23

Class

DomainLangHandlerInterface
Interface for Domain lang service.

Namespace

Drupal\domain_lang

Code

public function getDomainConfigName($config_name, DomainInterface $domain = NULL);