Issue #2142931 by jian he, longwave: Fix class name in docs for hook_entity_operation_alter
parent
011cd815aa
commit
a24a7a3dee
|
@ -684,7 +684,7 @@ function hook_entity_field_info_alter(&$info, $entity_type) {
|
||||||
*
|
*
|
||||||
* @param array $operations
|
* @param array $operations
|
||||||
* Operations array as returned by
|
* Operations array as returned by
|
||||||
* \Drupal\Core\Entity\EntityStorageControllerInterface::getOperations().
|
* \Drupal\Core\Entity\EntityListControllerInterface::getOperations().
|
||||||
* @param \Drupal\Core\Entity\EntityInterface $entity
|
* @param \Drupal\Core\Entity\EntityInterface $entity
|
||||||
* The entity on which the linked operations will be performed.
|
* The entity on which the linked operations will be performed.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue