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