public function UpdateRunnerInterface::updateEntityType in Scheduled Updates 8
Return the entity id of the entity type being updated.
Return value
string
1 method overrides UpdateRunnerInterface::updateEntityType()
- BaseUpdateRunner::updateEntityType in src/
Plugin/ BaseUpdateRunner.php - Return the entity id of the entity type being updated.
File
- src/
Plugin/ UpdateRunnerInterface.php, line 85 - Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.
Class
- UpdateRunnerInterface
- Interface for Update Runner Plugins.
Namespace
Drupal\scheduled_updates\PluginCode
public function updateEntityType();