public function TamperPluginInterface::execute in Tamper 7
Executes the plugin.
Parameters
string $value: The value to transform.
Return value
string The transformed value.
1 call to TamperPluginInterface::execute()
- TamperPluginBase::executeMultiple in src/
Tamper.php - Executes the plugin on multiple values.
1 method overrides TamperPluginInterface::execute()
- TamperConvertCase::execute in src/
Plugins/ TamperConvertCase.php - Executes the plugin.
File
- src/
Tamper.php, line 218 - Contains TamperPluginBase.
Class
- TamperPluginInterface
- Plugin interface for providing plugins to tamper.
Code
public function execute($value);