Link Search Menu Expand Document

Meta store

It’s a simple PORO to persist meta data about action, like errors or some status or whatever you want, depends on your needs. By default each action uses Decouplio::DefaultMetaStore, but you can define your own.

Behavior

  • In case if inner action is used, then meta_store from parent action will be used inside inner action.

Table of contents