Reading the documentation I found a typo in core.api.php. The text reads:

* - Defining the default configuration for an extension (module, theme, or
* profile), which is imported to the active storage when the extension if
* enabled.

Correctly it should be is instead of if:

* - Defining the default configuration for an extension (module, theme, or
* profile), which is imported to the active storage when the extension is
* enabled.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

balagan created an issue. See original summary.

zsofi.major’s picture

Assigned: Unassigned » zsofi.major
andypost’s picture

Version: 8.0.0-rc4 » 8.0.x-dev
balagan’s picture

Yeah, maybe it is in -dev, I just saw it online.

nirvana_u’s picture

Assigned: zsofi.major » nirvana_u
monika.kadam1206’s picture

nirvana_u’s picture

Assigned: monika.kadam1206 » Unassigned
Status: Active » Needs review
FileSize
1.21 KB
1.21 KB

Hi @balagan,

I have created a patch for the same. Please review and merge if it seems okay.

Thanks!!
nirvana_u

nirvana_u’s picture

Hi @balagan,

I have created a patch for the same. Please review and merge if it seems okay.
Please ignore the above patch and go for #8.

Thanks!!
nirvana_u

anup.singh’s picture

Status: Needs review » Reviewed & tested by the community

Hi nirvana_u,

Patch is working fine in my drupal installation.

Thanks
anup.singh

The last submitted patch, 7: typo_extension_if_corrected-2621216-6.patch, failed testing.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.1.x and cherry-picked to 8.0.x. Thanks!

  • catch committed 5bff82c on 8.1.x
    Issue #2621216 by nirvana_u: Typo: "extension if" instead of "extension...

  • catch committed 157cbc1 on
    Issue #2621216 by nirvana_u: Typo: "extension if" instead of "extension...
nirvana_u’s picture

Hi catch,

Thanks a lot for committing the patch for drupal core.

Thanks!!
nirvana_u

Status: Fixed » Closed (fixed)

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