ArrayFilter |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/ArrayFilter.php |
Plugin implementation for filtering data. |
|
1 |
|
ArrayFilterTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/ArrayFilterTest.php |
Tests the array filter plugin. |
|
|
|
CastToInt |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/CastToInt.php |
Plugin implementation for casting to integer. |
|
1 |
|
CastToIntTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/CastToIntTest.php |
Tests the cast to int plugin. |
|
|
|
ChainedTamperTest |
class |
Drupal\Tests\tamper\Kernel |
tests/src/Kernel/ChainedTamperTest.php |
Tests chaining multiple tampers together. |
|
|
|
ConvertBoolean |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/ConvertBoolean.php |
Plugin implementation for converting text value to boolean value. |
|
1 |
|
ConvertBooleanTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/ConvertBooleanTest.php |
Tests the convert boolean plugin. |
|
|
|
ConvertCase |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/ConvertCase.php |
Plugin implementation for converting case. |
|
1 |
|
ConvertCaseTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/ConvertCaseTest.php |
Tests the convert case plugin. |
|
|
|
Copy |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Copy.php |
Plugin implementation of the copy plugin. |
|
1 |
|
CopyTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/CopyTest.php |
Tests the copy plugin. |
|
|
|
CountryToCode |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/CountryToCode.php |
Plugin implementation for converting country to ISO code. |
|
1 |
|
CountryToCodeTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/CountryToCodeTest.php |
Tests the country to code plugin. |
|
|
|
DefaultValue |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/DefaultValue.php |
Plugin implementation for setting a value or default value. |
|
1 |
|
DefaultValueTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/DefaultValueTest.php |
Tests the default value plugin. |
|
|
|
Encode |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Encode.php |
Plugin implementation for encoding / decoding. |
|
1 |
|
EncodeTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/EncodeTest.php |
Tests the encode / decode plugin. |
|
|
|
Explode |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Explode.php |
Plugin implementation of the explode plugin. |
|
1 |
|
ExplodeTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/ExplodeTest.php |
Tests the explode plugin. |
|
|
|
FindReplace |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/FindReplace.php |
Plugin implementation of the find_replace plugin. |
|
1 |
|
FindReplaceRegex |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/FindReplaceRegex.php |
Plugin implementation of the Find replace REGEX plugin. |
|
1 |
|
FindReplaceRegexTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/FindReplaceRegexTest.php |
Tests the find and replace regex plugin. |
|
|
|
FindReplaceTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/FindReplaceTest.php |
Tests the find and replace plugin. |
|
|
|
Hash |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Hash.php |
Plugin implementation of the hash plugin. |
|
1 |
|
HashTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/HashTest.php |
Tests the hash plugin. |
|
|
|
HtmlEntityDecode |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/HtmlEntityDecode.php |
Plugin implementation for html entity decode. |
|
1 |
|
HtmlEntityDecodeTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/HtmlEntityDecodeTest.php |
Tests the html entity decode plugin. |
|
|
|
HtmlEntityEncode |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/HtmlEntityEncode.php |
Plugin implementation for html entity encode. |
|
1 |
|
HtmlEntityEncodeTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/HtmlEntityEncodeTest.php |
Tests the html entity encode plugin. |
|
|
|
Implode |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Implode.php |
Plugin implementation of the implode plugin. |
|
1 |
|
ImplodeTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/ImplodeTest.php |
Tests the implode plugin. |
|
|
|
KeywordFilter |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/KeywordFilter.php |
Plugin implementation for filtering based on a list of words/phrases. |
|
1 |
|
KeywordFilterTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/KeywordFilterTest.php |
Tests the keyword filter plugin. |
|
|
|
Math |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Math.php |
Plugin implementation for performing basic math. |
|
1 |
|
MathTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/MathTest.php |
Tests the math plugin. |
|
|
|
NumberFormat |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/NumberFormat.php |
Plugin implementation for number format. |
|
1 |
|
NumberFormatTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/NumberFormatTest.php |
Tests the number format plugin. |
|
|
|
Required |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Required.php |
Plugin implementation for required values. |
|
1 |
|
RequiredTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/RequiredTest.php |
Test the required plugin. |
|
|
|
Rewrite |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Rewrite.php |
Plugin implementation for rewriting a value. |
|
1 |
|
RewriteTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/RewriteTest.php |
Tests the rewrite plugin. |
|
|
|
SkipTamperDataException |
class |
Drupal\tamper\Exception |
src/Exception/SkipTamperDataException.php |
Tamper skip data exception. |
|
|
|
SkipTamperItemException |
class |
Drupal\tamper\Exception |
src/Exception/SkipTamperItemException.php |
Tamper skip item exception. |
|
2 |
|
SourceDefinition |
class |
Drupal\tamper |
src/SourceDefinition.php |
Default class for a source definition. |
|
1 |
|
SourceDefinitionInterface |
interface |
Drupal\tamper |
src/SourceDefinitionInterface.php |
Defines an interface for source definitions. |
1 |
2 |
|
Sprintf |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/Sprintf.php |
Plugin implementation of the Sprintf plugin. |
|
1 |
|
SprintfTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/SprintfTest.php |
Tests the sprintf plugin. |
|
|
|
StateToAbbrev |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/StateToAbbrev.php |
Plugin implementation for converting state to abbreviation. |
|
1 |
|
StateToAbbrevTest |
class |
Drupal\Tests\tamper\Unit\Plugin\Tamper |
tests/src/Unit/Plugin/Tamper/StateToAbbrevTest.php |
Tests the state to abbreviation plugin. |
|
|
|
StripTags |
class |
Drupal\tamper\Plugin\Tamper |
src/Plugin/Tamper/StripTags.php |
Plugin implementation for stripping tags. |
|
1 |
|