public function PanelizerInterface::getDisplayStaticContexts in Panelizer 8.4
Same name and namespace in other branches
- 8.5 src/PanelizerInterface.php \Drupal\panelizer\PanelizerInterface::getDisplayStaticContexts()
- 8.3 src/PanelizerInterface.php \Drupal\panelizer\PanelizerInterface::getDisplayStaticContexts()
1 method overrides PanelizerInterface::getDisplayStaticContexts()
File
- src/
PanelizerInterface.php, line 127
Class
- PanelizerInterface
- Interface for the Panelizer service.
Namespace
Drupal\panelizerCode
public function getDisplayStaticContexts($name, $entity_type_id, $bundle, $view_mode, EntityViewDisplayInterface $display = NULL);