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