public function LayoutBuilderStyleInterface::getType in Layout Builder Styles 8
Returns the type of LB item this applies to: "section" or "component".
Return value
string Either "section" or "component".
1 method overrides LayoutBuilderStyleInterface::getType()
- LayoutBuilderStyle::getType in src/
Entity/ LayoutBuilderStyle.php - Returns the type of LB item this applies to: "section" or "component".
File
- src/
LayoutBuilderStyleInterface.php, line 29
Class
- LayoutBuilderStyleInterface
- Provides an interface for defining Layout Builder style entities.
Namespace
Drupal\layout_builder_stylesCode
public function getType();