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);
Command icon 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

dewalt created an issue. See original summary.

dewalt’s picture

In addition in PHP 5 and later objects are always passed by link, and adding by-link "&" modifier to object argument triggers notice. Fixed too.

bluegeek9 made their first commit to this issue’s fork.

  • bluegeek9 committed 04199480 on 8.x-1.x
    Issue #3307595 by bluegeek9, dewalt: Improve API documentation
    
bluegeek9’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.