public function ViewmodepagePattern::getPattern in View Mode Page 4.0.x
Same name and namespace in other branches
- 8.3 src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::getPattern()
- 3.2.x src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::getPattern()
Get the pattern used during path processing.
Return value
string Returns the pattern used during path processing.
Overrides ViewmodepagePatternInterface::getPattern
2 calls to ViewmodepagePattern::getPattern()
- ViewmodepagePattern::getAliasType in src/
Entity/ ViewmodepagePattern.php - Gets the alias type interface.
- ViewmodepagePattern::getPatternRegex in src/
Entity/ ViewmodepagePattern.php - Set the pattern regex to use during path processing.
File
- src/
Entity/ ViewmodepagePattern.php, line 189
Class
- ViewmodepagePattern
- Defines the Viewmodepage pattern entity.
Namespace
Drupal\view_mode_page\EntityCode
public function getPattern() {
return $this->pattern;
}