public function UpdateInterface::update in Automatic Updates 8
Update a project to the next release.
Parameters
\Drupal\automatic_updates\UpdateMetadata $metadata: The update metadata.
Return value
bool TRUE if project was successfully updated, FALSE otherwise.
1 method overrides UpdateInterface::update()
- InPlaceUpdate::update in src/
Services/ InPlaceUpdate.php - Update a project to the next release.
File
- src/
Services/ UpdateInterface.php, line 21
Class
- UpdateInterface
- Interface UpdateInterface.
Namespace
Drupal\automatic_updates\ServicesCode
public function update(UpdateMetadata $metadata);