PHP code example of wunderio / updates_log
1. Go to this page and download the library: Download wunderio/updates_log library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
wunderio / updates_log example snippets
bash
lando ssh
UPDATES_LOG_TEST=1 drush cron
bash
UPDATES_LOG_TEST=1 drush cron
bash
drush eval 'var_dump(update_get_available(TRUE));'
bash
drush eval '$available = update_get_available(TRUE); $project_data = update_calculate_project_data($available); var_dump($project_data);'