You are here

public function IndexRecordContentTransformationInterface::transform in Views Natural Sort 8.2

5 methods override IndexRecordContentTransformationInterface::transform()
DaysOfTheWeek::transform in src/Plugin/IndexRecordContentTransformation/DaysOfTheWeek.php
Numbers::transform in src/Plugin/IndexRecordContentTransformation/Numbers.php
Transform numbers in a string into a natural sortable string.
RemoveBeginningWords::transform in src/Plugin/IndexRecordContentTransformation/RemoveBeginningWords.php
RemoveSymbols::transform in src/Plugin/IndexRecordContentTransformation/RemoveSymbols.php
RemoveWords::transform in src/Plugin/IndexRecordContentTransformation/RemoveWords.php

File

src/Plugin/IndexRecordContentTransformationInterface.php, line 14

Class

IndexRecordContentTransformationInterface
Defines an interface for Views Natural Sort Index Record Content Transformation plugins.

Namespace

Drupal\views_natural_sort\Plugin

Code

public function transform($string);