Problem/Motivation
Follow-up to #3353545-26: Rename $op to $operation arguments
The script /update.php
using \Drupal\Core\Update\UpdateKernel::setupRequestMatch()
to provide $op
operation for \Drupal\system\Controller\DbUpdateController::handle()
Proposed resolution
- provide both $op
and $operation
in UpdateKernel::setupRequestMatch()
- rename \DbUpdateController::handle()
the $op
argument to $operation
- find a way to throw deprecation message when $op
is send
Remaining tasks
- patch and change record
- review
- commit