getProcessPlugins() should explain why it has a $process parameter and why it's optional

Created on 1 July 2024, 6 months ago
Updated 17 September 2024, 3 months ago

Problem/Motivation

getProcessPlugins() is named, and documented, to say you call it to get process plugins.

However, it has a $process parameter which is optional, but which isn't documented as being optional, and doesn't explain what happens when it's omitted:

   * @param array $process
   *   A process configuration array.

  public function getProcessPlugins(?array $process = NULL);
        $pipeline = $this->migration->getProcessPlugins();

Steps to reproduce

N/A

Proposed resolution

Update documentation

Remaining tasks

Review

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Release notes snippet

N/A

๐Ÿ› Bug report
Status

Fixed

Version

10.3 โœจ

Component
Documentationย  โ†’

Last updated 1 day ago

No maintainer
Created by

๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024