You are here

public function AMPService::themeConfig in Accelerated Mobile Pages (AMP) 8.3

Helper to quickly get AMP theme config setting.

File

src/Service/AMPService.php, line 157

Class

AMPService
Class AMPService.

Namespace

Drupal\amp\Service

Code

public function themeConfig($item) {
  return $this->themeConfig
    ->get($item);
}