Issue #2142931 by jian he, longwave: Fix class name in docs for hook_entity_operation_alter

8.0.x
Jennifer Hodgdon 2013-12-03 07:39:53 -08:00
parent 011cd815aa
commit a24a7a3dee
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ function hook_entity_field_info_alter(&$info, $entity_type) {
*
* @param array $operations
* Operations array as returned by
* \Drupal\Core\Entity\EntityStorageControllerInterface::getOperations().
* \Drupal\Core\Entity\EntityListControllerInterface::getOperations().
* @param \Drupal\Core\Entity\EntityInterface $entity
* The entity on which the linked operations will be performed.
*/