You are here

public function WebformEntityReferenceManagerInterface::getFieldNames in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformEntityReferenceManagerInterface.php \Drupal\webform\WebformEntityReferenceManagerInterface::getFieldNames()

Get an entity's webform field names.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: A fieldable content entity.

Return value

array An array of webform fields associate with an entity.

1 method overrides WebformEntityReferenceManagerInterface::getFieldNames()
WebformEntityReferenceManager::getFieldNames in src/WebformEntityReferenceManager.php
Get an entity's webform field names.

File

src/WebformEntityReferenceManagerInterface.php, line 92

Class

WebformEntityReferenceManagerInterface
Defines an interface for webform entity manager classes.

Namespace

Drupal\webform

Code

public function getFieldNames(EntityInterface $entity = NULL);