You are here

protected property AmpHtmlResponseAttachmentsProcessor::$ampContext in Accelerated Mobile Pages (AMP) 8

Same name and namespace in other branches
  1. 8.3 src/Render/AmpHtmlResponseAttachmentsProcessor.php \Drupal\amp\Render\AmpHtmlResponseAttachmentsProcessor::ampContext
  2. 8.2 src/Render/AmpHtmlResponseAttachmentsProcessor.php \Drupal\amp\Render\AmpHtmlResponseAttachmentsProcessor::ampContext

The route amp context to determine whether a route is an amp one.

Type: \Drupal\amp\Routing\AmpContext

File

src/Render/AmpHtmlResponseAttachmentsProcessor.php, line 99
Contains \Drupal\amp\Render\AmpHtmlResponseAttachmentsProcessor.

Class

AmpHtmlResponseAttachmentsProcessor
Processes attachments of AMP HTML responses.

Namespace

Drupal\amp\Render

Code

protected $ampContext;