Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EnglishInflector.php

EnglishInflector::UNINFLECTED

A list of words which should not be inflected, reversed.

File

vendor/symfony/string/Inflector/EnglishInflector.php, line 379

Class

EnglishInflector

Namespace

Symfony\Component\String\Inflector

Code

private const UNINFLECTED = [
    '',
    // data
'atad',
    // deer
'reed',
    // equipment
'tnempiuqe',
    // feedback
'kcabdeef',
    // fish
'hsif',
    // health
'htlaeh',
    // history
'yrotsih',
    // info
'ofni',
    // information
'noitamrofni',
    // money
'yenom',
    // moose
'esoom',
    // series
'seires',
    // sheep
'peehs',
    // species
'seiceps',
    // traffic
'ciffart',
    // aircraft
'tfarcria',
    // hardware
'erawdrah',
];
RSS feed
Powered by Drupal