protected property ViewmodepagePattern::$type in View Mode Page 4.0.x
Same name and namespace in other branches
- 8.3 src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::type
- 3.2.x src/Entity/ViewmodepagePattern.php \Drupal\view_mode_page\Entity\ViewmodepagePattern::type
The pattern type.
A string denoting the type of view_mode_page pattern this is. For a node path this would be 'node', for users it would be 'user', and so on. This allows for arbitrary non-entity patterns to be possible if applicable.
Type: string
File
- src/
Entity/ ViewmodepagePattern.php, line 83
Class
- ViewmodepagePattern
- Defines the Viewmodepage pattern entity.
Namespace
Drupal\view_mode_page\EntityCode
protected $type;