[development] node_publish_action and node_save_action $op's

Victor Kane victorkane at gmail.com
Sun Feb 21 16:29:44 UTC 2010


You can see this if you include a debug statement in your mymodule_nodeapi
function implementation:

function mymodule_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
  print "ops: " . print_r($op, true);
  switch ($op) {
  ...
}

Victor Kane
http://awebfactory.com.ar


On Sun, Feb 21, 2010 at 1:24 PM, Eric Schaefer <
eric.schaefer at eas-consulting.de> wrote:

> Hi List,
>
> Which hook_nodeapi() $op's are called on issuing node_publish_action
> and node_save_action?
>
> Regards,
> Eric
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20100221/e4278519/attachment.html 


More information about the development mailing list