public function ClassyParagraphsStyleInterface::getClasses in Classy paragraphs 8
Returns text from the classes field.
Return value
A string of classes.
1 method overrides ClassyParagraphsStyleInterface::getClasses()
- ClassyParagraphsStyle::getClasses in src/
Entity/ ClassyParagraphsStyle.php - Returns text from the classes field.
File
- src/
ClassyParagraphsStyleInterface.php, line 18
Class
- ClassyParagraphsStyleInterface
- Provides an interface for defining Classy paragraphs style entities.
Namespace
Drupal\classy_paragraphsCode
public function getClasses();