public function ViewmodepagePatternInterface::getPatternRegex in View Mode Page 8.3
Same name and namespace in other branches
- 4.0.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getPatternRegex()
- 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getPatternRegex()
Set the pattern regex to use during path processing.
Return value
string Returns the pattern regex to use during path processing.
1 method overrides ViewmodepagePatternInterface::getPatternRegex()
- ViewmodepagePattern::getPatternRegex in src/
Entity/ ViewmodepagePattern.php - Set the pattern regex to use during path processing.
File
- src/
ViewmodepagePatternInterface.php, line 27
Class
- ViewmodepagePatternInterface
- Provides an interface for defining Viewmodepage pattern entities.
Namespace
Drupal\view_mode_pageCode
public function getPatternRegex();