function OverridesSectionStorage::label
Gets the label for the object using the sections.
Return value
string The label, or NULL if there is no label defined.
Overrides SectionStorageInterface::label
File
- 
              core/modules/ layout_builder/ src/ Plugin/ SectionStorage/ OverridesSectionStorage.php, line 325 
Class
- OverridesSectionStorage
- Defines the 'overrides' section storage type.
Namespace
Drupal\layout_builder\Plugin\SectionStorageCode
public function label() {
  return $this->getEntity()
    ->label();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
