- π³πΏNew Zealand danielveza Brisbane, AU
/** * Retrieves the section storage object. * * @return \Drupal\layout_builder\SectionStorageInterface * The section storage for the current form. */ public function getSectionStorage() { return $this->sectionStorage; }
This code is used in 5x places with just a slightly different comment each time. It would be a small trait but it could be worth it to add a new trait that adds the property & the
getSectionStorage
function. What do people think?