The "Included modifiers" listed on the project page include a Lowercase feature, which exists in version 7, but not in version 8.

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

alan.cole created an issue. See original summary.

alan.cole’s picture

StatusFileSize
new810 bytes
alan.cole’s picture

StatusFileSize
new816 bytes

Update to previous patch - fixed the module name in namespace.

alan.cole’s picture

Status: Active » Needs review
kristen pol’s picture

Issue tags: +Needs manual testing

I've confirmed the patch applies cleanly to the D8 branch and only makes the desired change:

[token_modifier/8.x-1.x] [token_modifier]$ git status
On branch 8.x-1.x
Your branch is up to date with 'origin/8.x-1.x'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	src/Plugin/token_modifier/Lowercase.php

And the code looks nice and clean.

Just need someone to test this manually so tagging.

kristen pol’s picture

I do see unit tests in tests/src/Unit so not sure if a test needs to be added for this.

sonnykt made their first commit to this issue’s fork.

sonnykt’s picture

StatusFileSize
new1.05 KB

Converted patch #3 into a merge request with unit test.

chike’s picture

Patch #3 is working. Thanks.

jofitz made their first commit to this issue’s fork.

  • jofitz committed 14f105fc on 2.0.x authored by sonnykt
    Issue #3280023 Added "Lowercase plugin" and unit test.
    
jofitz’s picture

Version: 8.x-1.0-alpha2 » 2.0.x-dev
Assigned: alan.cole » jofitz
Status: Needs review » Reviewed & tested by the community
Issue tags: -Needs manual testing

Thanks for the Unit Tests, @sonnykt

jofitz’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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