Problem/Motivation

Follow-up to #2034879: [Meta] Fix documentation that refers to enabling/disabling of modules

In Drupal 8 modules will be "installed" or "uninstalled" instead of being "enabled" or "disabled." The purpose of this issue and its parent issue is to track changes made to update the language in module files.

Proposed resolution

Change the following occurrences of "Modules to enable." to "Modules to install."

src/Tests/EntityReferenceAdminTest.php:   * Modules to enable.
src/Tests/EntityReferenceAutocompleteTest.php:   * Modules to enable.
src/Tests/EntityReferenceFieldDefaultValueTest.php:   * Modules to enable.
src/Tests/EntityReferenceFieldTest.php:   * Modules to enable.
src/Tests/EntityReferenceFormatterTest.php:   * Modules to enable.
src/Tests/EntityReferenceIntegrationTest.php:   * Modules to enable.
src/Tests/EntityReferenceItemTest.php:   * Modules to enable.
src/Tests/Views/EntityReferenceRelationshipTest.php:   * Modules to enable.

Remaining tasks

  • Make the specified changes.
  • Create a patch.
  • Submit the patch for review.

User interface changes

None

API changes

None

Comments

jarsenx’s picture

Status: Active » Needs review
StatusFileSize
new4.38 KB

Patch change_enable_to_install-2325691-2.patch is ready for review.

swentel’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed f8f8eee and pushed to 8.0.x. Thanks!

  • alexpott committed f8f8eee on 8.0.x
    Issue #2325691 by jarsenx: Entity Reference Module: Fix documentation...

Status: Fixed » Closed (fixed)

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