doc/book/en/development/devrepo/hooks.rst
branchstable
changeset 5259 61505346e28f
parent 5231 40f53867e332
child 5318 81cd2540c7d2
equal deleted inserted replaced
5258:9ff357e82e36 5259:61505346e28f
   318   transaction)
   318   transaction)
   319 
   319 
   320 * when several hooks need to instantiate the same operation (e.g. an
   320 * when several hooks need to instantiate the same operation (e.g. an
   321   entity and a relation hook).
   321   entity and a relation hook).
   322 
   322 
       
   323 .. note::
       
   324 
       
   325   A more realistic example can be found in the advanced tutorial
       
   326   chapter :ref:`adv_tuto_security_propagation`.
       
   327 
   323 Operation: a small API overview
   328 Operation: a small API overview
   324 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   329 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   325 
   330 
   326 .. autoclass:: cubicweb.server.hook.Operation
   331 .. autoclass:: cubicweb.server.hook.Operation
   327 .. autoclass:: cubicweb.server.hook.LateOperation
   332 .. autoclass:: cubicweb.server.hook.LateOperation