You are here

public function DomainElementManagerInterface::fieldList in Domain Access 8

Stores a static list of fields that have been disallowed.

Parameters

string $field_name: The name of the field being processed. Inherited from setFormOptions.

Return value

array An array of field names.

1 method overrides DomainElementManagerInterface::fieldList()
DomainElementManager::fieldList in domain/src/DomainElementManager.php
Stores a static list of fields that have been disallowed.

File

domain/src/DomainElementManagerInterface.php, line 74

Class

DomainElementManagerInterface
Handles hidden field options for domain entity references.

Namespace

Drupal\domain

Code

public function fieldList($field_name);