DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

ControllingUserfunc

User functions in context with plugin controlling.

ForwardToSingleView

Returns true, if a list view should forwarded to a single view.

10 = USER
10 {
  userFunc = Netzmacher\Xblog\UserFunc\ControllingUserfunc->ForwardToSingleView
  showUid = {$plugin.tx_xblog.configuration.params.showUid}
}

Sample

10 = LOAD_REGISTER
10 {
  ForwardToSingleView {
    cObject = COA
    cObject {
      10 = USER
      10 {
        userFunc = Netzmacher\Xblog\UserFunc\ControllingUserfunc->ForwardToSingleView
        showUid = {$plugin.tx_xblog.configuration.params.showUid}
      }
    }
  }
}

RemoveShowUidFromSession

Returns true, if a showUid - the id of a single view - should removed from the session.

10 = USER
10 {
  userFunc = Netzmacher\Xblog\UserFunc\ControllingUserfunc->RemoveShowUidFromSession
  showUid = {$plugin.tx_xblog.configuration.params.showUid}
}