public function DynamicLayout::getCategory in Dynamic Layouts 8
Get the layout category.
Overrides DynamicLayoutInterface::getCategory
File
- src/
Entity/ DynamicLayout.php, line 105
Class
- DynamicLayout
- Defines the DynamicLayout entity.
Namespace
Drupal\dynamic_layouts\EntityCode
public function getCategory() {
return $this->category;
}