Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
0.00% |
0 / 11 |
|
| <?php | |
| $connection = Drupal\Core\Database\Database::getConnection(); | |
| $config = $connection; | |
| $connection->merge('config') | |
| ->condition('name', 'system.cron') | |
| ->condition('collection', '') | |
| ->fields([ | |
| 'name' => 'system.cron', | |
| 'collection' => '', | |
| 'data' => serialize(['threshold' => ['autorun' => 0]]), | |
| ]) | |
| ->execute(); |