You are here

public function FieldManagerInterface::updateExistingReferenceFields in Scheduled Updates 8

Update existing Entity reference fields to have the bundle as a target.

Parameters

array $existing_field_settings:

\Drupal\scheduled_updates\ScheduledUpdateTypeInterface $entity:

Return value

mixed

1 method overrides FieldManagerInterface::updateExistingReferenceFields()
FieldManager::updateExistingReferenceFields in src/FieldManager.php
Update existing Entity reference fields to have the bundle as a target.

File

src/FieldManagerInterface.php, line 73
Contains \Drupal\scheduled_updates\FieldManagerInterface.

Class

FieldManagerInterface
Interface for the field manager service.

Namespace

Drupal\scheduled_updates

Code

public function updateExistingReferenceFields(array $existing_field_settings, ScheduledUpdateTypeInterface $entity);