You are here

protected property HttpStatusCodeDisplayVariant::$contexts in Page Manager 8.4

An array of collected contexts.

This is only used on runtime, and is not stored.

Type: \Drupal\Component\Plugin\Context\ContextInterface[]

File

src/Plugin/DisplayVariant/HttpStatusCodeDisplayVariant.php, line 39

Class

HttpStatusCodeDisplayVariant
Provides a variant that returns a response with an HTTP status code.

Namespace

Drupal\page_manager\Plugin\DisplayVariant

Code

protected $contexts = [];