You are here

public function EntityconnectWidgetProcessor::getAcceptableTypes in Entity connect 8.2

Returns the array of acceptable target bundles.

Return value

array Array of acceptable bundles.

File

src/EntityconnectWidgetProcessor.php, line 344

Class

EntityconnectWidgetProcessor
A reference field widget processing class for entityconnect module.

Namespace

Drupal\entityconnect

Code

public function getAcceptableTypes() {
  return $this->acceptableTypes;
}