You are here

namespace Drupal\Tests\tamper\Unit\Plugin\Tamper in Tamper 8

Classsort descending Location Description
ArrayFilterTest tests/src/Unit/Plugin/Tamper/ArrayFilterTest.php Tests the array filter plugin.
CastToIntTest tests/src/Unit/Plugin/Tamper/CastToIntTest.php Tests the cast to int plugin.
ConvertBooleanTest tests/src/Unit/Plugin/Tamper/ConvertBooleanTest.php Tests the convert boolean plugin.
ConvertCaseTest tests/src/Unit/Plugin/Tamper/ConvertCaseTest.php Tests the convert case plugin.
CopyTest tests/src/Unit/Plugin/Tamper/CopyTest.php Tests the copy plugin.
CountryToCodeTest tests/src/Unit/Plugin/Tamper/CountryToCodeTest.php Tests the country to code plugin.
DefaultValueTest tests/src/Unit/Plugin/Tamper/DefaultValueTest.php Tests the default value plugin.
EncodeTest tests/src/Unit/Plugin/Tamper/EncodeTest.php Tests the encode / decode plugin.
ExplodeTest tests/src/Unit/Plugin/Tamper/ExplodeTest.php Tests the explode plugin.
FindReplaceRegexTest tests/src/Unit/Plugin/Tamper/FindReplaceRegexTest.php Tests the find and replace regex plugin.
FindReplaceTest tests/src/Unit/Plugin/Tamper/FindReplaceTest.php Tests the find and replace plugin.
HashTest tests/src/Unit/Plugin/Tamper/HashTest.php Tests the hash plugin.
HtmlEntityDecodeTest tests/src/Unit/Plugin/Tamper/HtmlEntityDecodeTest.php Tests the html entity decode plugin.
HtmlEntityEncodeTest tests/src/Unit/Plugin/Tamper/HtmlEntityEncodeTest.php Tests the html entity encode plugin.
ImplodeTest tests/src/Unit/Plugin/Tamper/ImplodeTest.php Tests the implode plugin.
KeywordFilterTest tests/src/Unit/Plugin/Tamper/KeywordFilterTest.php Tests the keyword filter plugin.
MathTest tests/src/Unit/Plugin/Tamper/MathTest.php Tests the math plugin.
NumberFormatTest tests/src/Unit/Plugin/Tamper/NumberFormatTest.php Tests the number format plugin.
RequiredTest tests/src/Unit/Plugin/Tamper/RequiredTest.php Test the required plugin.
RewriteTest tests/src/Unit/Plugin/Tamper/RewriteTest.php Tests the rewrite plugin.
SprintfTest tests/src/Unit/Plugin/Tamper/SprintfTest.php Tests the sprintf plugin.
StateToAbbrevTest tests/src/Unit/Plugin/Tamper/StateToAbbrevTest.php Tests the state to abbreviation plugin.
StripTagsTest tests/src/Unit/Plugin/Tamper/StripTagsTest.php Tests the strip tags plugin.
StrPadTest tests/src/Unit/Plugin/Tamper/StrPadTest.php Tests the StrPad plugin.
StrToTimeTest tests/src/Unit/Plugin/Tamper/StrToTimeTest.php Tests the strtotime plugin.
TamperPluginTestBase tests/src/Unit/Plugin/Tamper/TamperPluginTestBase.php Base class for tamper plugin tests.
TimeToDateTest tests/src/Unit/Plugin/Tamper/TimeToDateTest.php Tests the timetodate plugin.
TransliterationTest tests/src/Unit/Plugin/Tamper/TransliterationTest.php Tests the transliteration plugin.
TrimTest tests/src/Unit/Plugin/Tamper/TrimTest.php Tests the trim plugin.
TruncateTextTest tests/src/Unit/Plugin/Tamper/TruncateTextTest.php Tests the Truncate Text plugin.
UniqueTest tests/src/Unit/Plugin/Tamper/UniqueTest.php Test the unique plugin.
UrlDecodeTest tests/src/Unit/Plugin/Tamper/UrlDecodeTest.php Tests the url decode plugin.
UrlEncodeTest tests/src/Unit/Plugin/Tamper/UrlEncodeTest.php Tests the url encode plugin.