You are here

public function ViewmodepagePattern::getPattern in View Mode Page 8.3

Same name and namespace in other branches
  1. 4.0.x src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::getPattern()
  2. 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\Entity

Code

public function getPattern() {
  return $this->pattern;
}