server/hook.py
changeset 8496 e4d71fc0b701
parent 8483 4ba11607d84a
child 8535 268b6349baf3
equal deleted inserted replaced
8495:0bc63e46bdb5 8496:e4d71fc0b701
   235 filter them in or out. Note that ending the transaction with commit()
   235 filter them in or out. Note that ending the transaction with commit()
   236 or rollback() will restore the hooks.
   236 or rollback() will restore the hooks.
   237 
   237 
   238 
   238 
   239 Hooks specific predicate
   239 Hooks specific predicate
   240 ~~~~~~~~~~~~~~~~~~~~~~~
   240 ~~~~~~~~~~~~~~~~~~~~~~~~
   241 .. autoclass:: cubicweb.server.hook.match_rtype
   241 .. autoclass:: cubicweb.server.hook.match_rtype
   242 .. autoclass:: cubicweb.server.hook.match_rtype_sets
   242 .. autoclass:: cubicweb.server.hook.match_rtype_sets
   243 
   243 
   244 
   244 
   245 Hooks and operations classes
   245 Hooks and operations classes