public function LinkCheckerLinkInterface::setParentEntityFieldName in Link checker 8
Sets a field name where the link was found.
Parameters
string $fieldName: Field name.
Return value
$this
1 method overrides LinkCheckerLinkInterface::setParentEntityFieldName()
- LinkCheckerLink::setParentEntityFieldName in src/
Entity/ LinkCheckerLink.php - Sets a field name where the link was found.
File
- src/
LinkCheckerLinkInterface.php, line 193
Class
- LinkCheckerLinkInterface
- Provides an interface defining a LinkCheckerLink type entity.
Namespace
Drupal\linkcheckerCode
public function setParentEntityFieldName($fieldName);