You are here

public function ViewmodepagePatternInterface::getType 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::getType()
  2. 3.2.x src/ViewmodepagePatternInterface.php \Drupal\view_mode_page\ViewmodepagePatternInterface::getType()

Gets the type of this pattern.

Return value

string Returns the type of this pattern.

1 method overrides ViewmodepagePatternInterface::getType()
ViewmodepagePattern::getType in src/Entity/ViewmodepagePattern.php
Gets the type of this pattern.

File

src/ViewmodepagePatternInterface.php, line 62

Class

ViewmodepagePatternInterface
Provides an interface for defining Viewmodepage pattern entities.

Namespace

Drupal\view_mode_page

Code

public function getType();