View Source Bonfire.Data.Identity.Caretaker (bonfire_umbrella v0.9.8-cooperation-beta.31)

The entity responsible for something. In practice, it means that something is deleted when its caretaker is deleted.

You can think of it as being like the creator, except: a) You can give it away. b) Objects can take care of arbitrary objects, such as e.g. custom ACLs created to permit people mentioned special permissions

Summary

Functions

Link to this function

changeset(ct \\ %Caretaker{}, params, opts \\ [])

View Source