The reactive store to read the pid configuration from
Event handler to update the stored information after a navigation
Returns the whole list of all registered pid's by their keys as hierarchical object
Returns the current page's pid Returns -1 if there is currently no TYPO3 page in the page context
Returns the pid for the given key
A key like "myKey", "$pid.storage.stuff" or "storage.myKey" for hierarchical data If a key's value is numeric and can be parsed as integer it will be returned if no pid could be found
An optional fallback which will be returned, if the required pid was not found NOTE: If no fallback is defined -1 is returned if no value was found for the key
Returns true if the pid with the given key exists
A key like "myKey" or "storage.myKey" for hierarchical data
Generated using TypeDoc
PidRepository constructor.