Skip to content
Snippets Groups Projects
Commit 322e96ff authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2657826 by er.pushpinderrana: FieldHandlerInterface::getEntity() can also return NULL

parent e1bcc7f2
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -116,8 +116,9 @@ public function elementWrapperClasses($row_index = NULL);
* @param \Drupal\views\ResultRow $values
* An object containing all retrieved values.
*
* @return \Drupal\Core\Entity\EntityInterface
* Returns the entity matching the values.
* @return \Drupal\Core\Entity\EntityInterface|null
* Returns the entity matching the values or NULL if there is no matching
* entity.
*/
public function getEntity(ResultRow $values);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment