You are here

public function LinkCheckerLinkInterface::getParentEntityFieldName in Link checker 8

Gets a field name where the link was found.

Return value

string Field name.

1 method overrides LinkCheckerLinkInterface::getParentEntityFieldName()
LinkCheckerLink::getParentEntityFieldName in src/Entity/LinkCheckerLink.php
Gets a field name where the link was found.

File

src/LinkCheckerLinkInterface.php, line 183

Class

LinkCheckerLinkInterface
Provides an interface defining a LinkCheckerLink type entity.

Namespace

Drupal\linkchecker

Code

public function getParentEntityFieldName();