You are here

public function ViewmodepagePatternInterface::getPatternRegex in View Mode Page 4.0.x

Same name and namespace in other branches
  1. 8.3 src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getPatternRegex()
  2. 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_page

Code

public function getPatternRegex();