public function ViewmodepagePatternInterface::getContexts in View Mode Page 8.3
Same name and namespace in other branches
- 4.0.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getContexts()
- 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getContexts()
Returns the contexts of this pattern.
Return value
\Drupal\Core\Plugin\Context\ContextInterface[] Return the context interface.
1 method overrides ViewmodepagePatternInterface::getContexts()
- ViewmodepagePattern::getContexts in src/
Entity/ ViewmodepagePattern.php - Returns the contexts of this pattern.
File
- src/
ViewmodepagePatternInterface.php, line 96
Class
- ViewmodepagePatternInterface
- Provides an interface for defining Viewmodepage pattern entities.
Namespace
Drupal\view_mode_pageCode
public function getContexts();