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