Issue #2331783 by rpayanm, gerzenstl, keopx, rgristroph, nlisgo, er.pushpinderrana, andypost, rteijeiro, alexpott, BFox, omessaoudi: hook_ENTITY_TYPE_prepare_form() is not documented

8.0.x
webchick 2015-04-18 03:41:39 -07:00
parent 710b8b66f6
commit f8514fe434
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ function book_node_predelete(EntityInterface $node) {
}
/**
* Implements hook_node_prepare_form().
* Implements hook_ENTITY_TYPE_prepare_form() for node entities.
*/
function book_node_prepare_form(NodeInterface $node, $operation, FormStateInterface $form_state) {
/** @var \Drupal\book\BookManagerInterface $book_manager */