You are here

public function LinkedFieldManager::getFieldTypeBlacklist in Linked Field 8

Get list of blacklisted field types.

Return value

array An array containing blacklisted field types.

Overrides LinkedFieldManagerInterface::getFieldTypeBlacklist

File

src/LinkedFieldManager.php, line 71

Class

LinkedFieldManager
Provides helper methods for client related functionalities.

Namespace

Drupal\linked_field

Code

public function getFieldTypeBlacklist() {
  return [
    'link',
  ];
}