This pipeline is called during the display of a back-end form for a SPIP object. It is used to change the HTML content of that form. This pipeline is called as a CVT form loading parameter :
$contexte['_pipeline'] = array('editer_contenu_objet', array('type'=>$type, 'id'=>$id));
The pipeline passes:
- the type (
type) , the object identifier (id) and the compilation context (thecontextetable) using theargstable - the HTML code in the
datakey