You are here

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

Gets the type of this pattern.

Return value

string Returns the type of this pattern.

Overrides ViewmodepagePatternInterface::getType

1 call to ViewmodepagePattern::getType()
ViewmodepagePattern::getAliasType in src/Entity/ViewmodepagePattern.php
Gets the alias type interface.

File

src/Entity/ViewmodepagePattern.php, line 250

Class

ViewmodepagePattern
Defines the Viewmodepage pattern entity.

Namespace

Drupal\view_mode_page\Entity

Code

public function getType() {
  return $this->type;
}