public function ScheduledUpdateInterface::getUpdateEntityIds in Scheduled Updates 8
Return the set of entities to update, as an array.
Return value
array Array of the update entity IDs.
1 method overrides ScheduledUpdateInterface::getUpdateEntityIds()
- ScheduledUpdate::getUpdateEntityIds in src/
Entity/ ScheduledUpdate.php - Return the set of entities to update, as an array.
File
- src/
ScheduledUpdateInterface.php, line 64 - Contains \Drupal\scheduled_updates\ScheduledUpdateInterface.
Class
- ScheduledUpdateInterface
- Provides an interface for defining Scheduled update entities.
Namespace
Drupal\scheduled_updatesCode
public function getUpdateEntityIds();