public function Layout::getTargetEntityType in Layout builder library 8
Gets value of targetEntityType.
Return value
string Value of targetEntityType
1 call to Layout::getTargetEntityType()
- Layout::toUrl in src/
Entity/ Layout.php - Gets the URL object for the entity.
File
- src/
Entity/ Layout.php, line 95
Class
- Layout
- Defines a layout entity.
Namespace
Drupal\layout_library\EntityCode
public function getTargetEntityType() {
return $this->targetEntityType;
}