You are here

public function PanelizerInterface::getDisplayStaticContexts in Panelizer 8.5

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

File

src/PanelizerInterface.php, line 127

Class

PanelizerInterface
Interface for the Panelizer service.

Namespace

Drupal\panelizer

Code

public function getDisplayStaticContexts($name, $entity_type_id, $bundle, $view_mode, EntityViewDisplayInterface $display = NULL);