Log in
Model

UppercaseTitle

Magento\GoogleAdwords\Model\Filter\UppercaseTitle

What it does

This filter class converts text strings to title case (where the first letter of each word is capitalized) for Google AdWords integration.

Developers use this when formatting product titles or other text data before sending it to Google AdWords, ensuring consistent capitalization.

It intelligently uses multibyte string functions when available for proper UTF-8 character handling.

Public Methods

  • filter()