public function HiddenLanguageManager::getPathsException in Hidden Language 2.x
Get array of path url exception configuration.
Return value
array Array of configurated paths.
1 call to HiddenLanguageManager::getPathsException()
- HiddenLanguageManager::isPathException in src/
HiddenLanguageManager.php - Check if url exists in the exception list.
File
- src/
HiddenLanguageManager.php, line 59
Class
- HiddenLanguageManager
- Class HiddenLanguageManager.
Namespace
Drupal\hidden_languageCode
public function getPathsException() {
return json_decode($this->hiddenLanguageSettings
->get('path'));
}