Change record status: 
Project: 
Introduced in branch: 
11.4.x
Introduced in version: 
11.4.0
Description: 

The signature of \Drupal\Core\Executable\ExecutableInterface:: execute() implementations will require a $object argument in Drupal 12. This is to align the interface to the current real usage.

The $object argument indicates the object to execute the plugin on/with.

public function execute(?object $object = NULL);
Impacts: 
Module developers