hook_cloned_node_alter() has the second argument, that is not documented
// @see Drupal\quick_node_clone\Entity\QuickNodeCloneEntityFormBuilder::getForm()
$this->moduleHandler->alter('cloned_node', $translated_node, $original_entity);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | quick_node_clone-documentation_improve-3307595-2.patch | 992 bytes | dewalt |
Issue fork quick_node_clone-3307595
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
dewalt commentedIn addition in PHP 5 and later objects are always passed by link, and adding by-link "&" modifier to object argument triggers notice. Fixed too.
Comment #6
bluegeek9 commented