public function ScheduledUpdateInterface::setUpdateEntityIds in Scheduled Updates 8
Set the entities to update for an update entity.
This currently just sets the field value but does not save.
Parameters
array $update_entity_ids:
1 method overrides ScheduledUpdateInterface::setUpdateEntityIds()
- ScheduledUpdate::setUpdateEntityIds in src/
Entity/ ScheduledUpdate.php - Set the entities to update for an update entity.
File
- src/
ScheduledUpdateInterface.php, line 56 - Contains \Drupal\scheduled_updates\ScheduledUpdateInterface.
Class
- ScheduledUpdateInterface
- Provides an interface for defining Scheduled update entities.
Namespace
Drupal\scheduled_updatesCode
public function setUpdateEntityIds(array $update_entity_ids);