You are here

public function PanelizerInterface::setDisplayStaticContexts in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 src/PanelizerInterface.php \Drupal\panelizer\PanelizerInterface::setDisplayStaticContexts()
  2. 8.3 src/PanelizerInterface.php \Drupal\panelizer\PanelizerInterface::setDisplayStaticContexts()
1 method overrides PanelizerInterface::setDisplayStaticContexts()
Panelizer::setDisplayStaticContexts in src/Panelizer.php

File

src/PanelizerInterface.php, line 129

Class

PanelizerInterface
Interface for the Panelizer service.

Namespace

Drupal\panelizer

Code

public function setDisplayStaticContexts($name, $entity_type_id, $bundle, $view_mode, $contexts);