public function ViewmodepagePatternInterface::getViewMode in View Mode Page 4.0.x
Same name and namespace in other branches
- 8.3 src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getViewMode()
- 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getViewMode()
Gets the type of view_mode.
Return value
string Returns the type of view_mode.
1 method overrides ViewmodepagePatternInterface::getViewMode()
- ViewmodepagePattern::getViewMode in src/
Entity/ ViewmodepagePattern.php - Gets the type of view_mode.
File
- src/
ViewmodepagePatternInterface.php, line 46
Class
- ViewmodepagePatternInterface
- Provides an interface for defining Viewmodepage pattern entities.
Namespace
Drupal\view_mode_pageCode
public function getViewMode();