You are here

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

Helper to quickly get AMP config setting.

File

src/Service/AMPService.php, line 164

Class

AMPService
Class AMPService.

Namespace

Drupal\amp\Service

Code

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