You are here

public function ViewmodepagePatternInterface::getPattern in View Mode Page 8.3

Same name and namespace in other branches
  1. 4.0.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getPattern()
  2. 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getPattern()

Get the pattern used during path processing.

Return value

string Returns the pattern used during path processing.

1 method overrides ViewmodepagePatternInterface::getPattern()
ViewmodepagePattern::getPattern in src/Entity/ViewmodepagePattern.php
Get the pattern used during path processing.

File

src/ViewmodepagePatternInterface.php, line 19

Class

ViewmodepagePatternInterface
Provides an interface for defining Viewmodepage pattern entities.

Namespace

Drupal\view_mode_page

Code

public function getPattern();