function SectionStorageDefinition::getWeight
Returns the plugin weight.
Return value
int The plugin weight.
File
-
core/
modules/ layout_builder/ src/ SectionStorage/ SectionStorageDefinition.php, line 97
Class
- SectionStorageDefinition
- Provides section storage type plugin definition.
Namespace
Drupal\layout_builder\SectionStorageCode
public function getWeight() {
return $this->weight;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.