Skip to content
Snippets Groups Projects
Unverified Commit c67d4cfe authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3022713 by tim.plunkett: Remove vestigial $sectionList properties from...

Issue #3022713 by tim.plunkett: Remove vestigial $sectionList properties from section storage classes
parent 9065203c
No related branches found
No related tags found
No related merge requests found
......@@ -57,13 +57,6 @@ class DefaultsSectionStorage extends SectionStorageBase implements ContainerFact
*/
protected $entityTypeBundleInfo;
/**
* {@inheritdoc}
*
* @var \Drupal\layout_builder\Entity\LayoutEntityDisplayInterface
*/
protected $sectionList;
/**
* The sample entity generator.
*
......
......@@ -65,13 +65,6 @@ class OverridesSectionStorage extends SectionStorageBase implements ContainerFac
*/
protected $entityFieldManager;
/**
* {@inheritdoc}
*
* @var \Drupal\layout_builder\SectionListInterface|\Drupal\Core\Field\FieldItemListInterface
*/
protected $sectionList;
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment