public function UpdateRunnerInterface::getReferencingFieldIds in Scheduled Updates 8
Get all field ids that are attached to the entity type to be updated and target this update type.
Return value
array
1 method overrides UpdateRunnerInterface::getReferencingFieldIds()
- BaseUpdateRunner::getReferencingFieldIds in src/
Plugin/ BaseUpdateRunner.php - Get all field ids that are attached to the entity type to be updated and target this update type.
File
- src/
Plugin/ UpdateRunnerInterface.php, line 78 - Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.
Class
- UpdateRunnerInterface
- Interface for Update Runner Plugins.
Namespace
Drupal\scheduled_updates\PluginCode
public function getReferencingFieldIds();