Options
All
  • Public
  • Public/Protected
  • All
Menu

Module State previous known as fsMod with the previous description:

Used in main modules with a frameset for submodules to keep the ID between modules Typically that is set by something like this in a Web>* sub module

exports

TYPO3/CMS/Backend/Storage/ModuleStateStorage

Hierarchy

  • ModuleStateStorage

Index

Constructors

constructor

Properties

Static Private prefix

prefix: string = 't3-module-state-'

Methods

Static Private assignProperties

Static Private commit

Static Private createCurrentState

Static current

Static Private fetch

Static purge

  • purge(): void

Static update

  • update(module: string, identifier: string | number, selected: boolean, mount?: string | number): void

Static updateWithCurrentMount

  • updateWithCurrentMount(module: string, identifier: string | number, selected: boolean): void

Generated using TypeDoc