public function ParagraphsCategoryInterface::getWeight in Paragraphs Editor Enhancements 8
Get the weight of the Paragraphs category.
Return value
int The category weight.
1 method overrides ParagraphsCategoryInterface::getWeight()
- ParagraphsCategory::getWeight in src/
Entity/ ParagraphsCategory.php - Get the weight of the Paragraphs category.
File
- src/
ParagraphsCategoryInterface.php, line 26
Class
- ParagraphsCategoryInterface
- Interface for Paragraphs category entities.
Namespace
Drupal\paragraphs_eeCode
public function getWeight();