public function WebformEntityReferenceManagerInterface::getFieldNames in Webform 8.5
Same name and namespace in other branches
- 6.x 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\webformCode
public function getFieldNames(EntityInterface $entity = NULL);