By mondrake on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0
Issue links:
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