LayoutTempstoreRepositoryInterface
interface LayoutTempstoreRepositoryInterface (View source)
Provides an interface for loading layouts from tempstore.
Methods
get(SectionStorageInterface $section_storage)
Gets the tempstore version of a section storage, if it exists.
bool
has(SectionStorageInterface $section_storage)
Checks for the existence of a tempstore version of a section storage.
delete(SectionStorageInterface $section_storage)
Removes the tempstore version of a section storage.
Details
SectionStorageInterface
get(SectionStorageInterface $section_storage)
Gets the tempstore version of a section storage, if it exists.
set(SectionStorageInterface $section_storage)
Stores this section storage in tempstore.
bool
has(SectionStorageInterface $section_storage)
Checks for the existence of a tempstore version of a section storage.
delete(SectionStorageInterface $section_storage)
Removes the tempstore version of a section storage.