Problem/Motivation

The ConfigTarget::__construct() documentation for the toConfig parameter references ToConfig::NoMapping when the correct enum name is ToConfig::NoOp.

Proposed resolution

Update documented enum name.

Remaining tasks

User interface changes

n/a

Introduced terminology

n/a

API changes

n/a

Data model changes

n/a

Release notes snippet

n/a

Issue fork drupal-3480293

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

gapple created an issue. See original summary.

gapple’s picture

Status: Active » Needs review

Found a couple more incorrect references

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Needs Review Queue Initiative

Seems correct

Searched the repo for NoMapping and these were the only instances.

alexpott’s picture

Version: 11.x-dev » 10.3.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed ba24f059677 to 11.x and 78e8f760984 to 11.1.x and b4e268fdae4 to 11.0.x and c92e4d23b76 to 10.4.x and c26c5ee4133 to 10.3.x. Thanks!

Committed e977788 and pushed to 10.5.x. Thanks!

Backported everywhere due to this being a docs fix.

  • alexpott committed c26c5ee4 on 10.3.x
    Issue #3480293 by gapple: ConfigTarget::__construct() documentation...

  • alexpott committed c92e4d23 on 10.4.x
    Issue #3480293 by gapple: ConfigTarget::__construct() documentation...

  • alexpott committed e977788e on 10.5.x
    Issue #3480293 by gapple: ConfigTarget::__construct() documentation...

  • alexpott committed b4e268fd on 11.0.x
    Issue #3480293 by gapple: ConfigTarget::__construct() documentation...

  • alexpott committed 78e8f760 on 11.1.x
    Issue #3480293 by gapple: ConfigTarget::__construct() documentation...

  • alexpott committed ba24f059 on 11.x
    Issue #3480293 by gapple: ConfigTarget::__construct() documentation...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.