You are here

public function LayoutTempstoreRepositoryInterface::delete in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php \Drupal\layout_builder\LayoutTempstoreRepositoryInterface::delete()

Removes the tempstore version of a section storage.

Parameters

\Drupal\layout_builder\SectionStorageInterface $section_storage: The section storage to remove from tempstore.

1 method overrides LayoutTempstoreRepositoryInterface::delete()
LayoutTempstoreRepository::delete in core/modules/layout_builder/src/LayoutTempstoreRepository.php
Removes the tempstore version of a section storage.

File

core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php, line 50

Class

LayoutTempstoreRepositoryInterface
Provides an interface for loading layouts from tempstore.

Namespace

Drupal\layout_builder

Code

public function delete(SectionStorageInterface $section_storage);