Problem/Motivation

Using Drupal 9, I needed to capitalize each word and some of the strings have a hyphen like Inner-City.

Proposed resolution

I am making a patch for the title-case modifier to accommodate my use case of a hyphen in the string. Also adding the uppercase modifier alongside.

Remaining tasks

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

chike created an issue. See original summary.

chike’s picture

Status: Active » Needs review

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

jofitz’s picture

Version: 8.x-1.0-alpha2 » 2.0.0
Status: Needs review » Needs work
Issue tags: +Needs tests

The modifier plugins look great.

Once Unit Tests have been added this can be merged and released.

  • jofitz committed d95d3cba on 2.0.x authored by chike
    Issue #3381194 by chike, jofitz: More modifiers for Drupal 9/10
    
jofitz’s picture

Version: 2.0.0 » 2.0.x-dev
Status: Needs work » Fixed
Issue tags: -Needs tests

Status: Fixed » Closed (fixed)

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

franknoel’s picture

This issue is maked as closed but no release has been made with new modifiers.

Is it still planned?