public function FeedsTamperUnitTestCase::callback in Feeds Tamper 6
Same name and namespace in other branches
- 7 tests/feeds_tamper_plugins.test \FeedsTamperUnitTestCase::callback()
8 calls to FeedsTamperUnitTestCase::callback()
- FeedsTamperAbsoluteURLTestCase::executeAbs in tests/
feeds_tamper_plugins.test - FeedsTamperArrayFilterTestCase::executeFilter in tests/
feeds_tamper_plugins.test - FeedsTamperCopyTestCase::executeCop in tests/
feeds_tamper_plugins.test - FeedsTamperHashTestCase::executeHash in tests/
feeds_tamper_plugins.test - FeedsTamperKeyWordFilterTestCase::executeKey in tests/
feeds_tamper_plugins.test
File
- tests/
feeds_tamper_plugins.test, line 58 - Unit tests for feeds tamper plugins.
Class
- FeedsTamperUnitTestCase
- Base class for plugin unit tests.
Code
public function callback($source, $item_key, $element_key, &$field, $settings = array()) {
$this->plugin_info['callback']($source, $item_key, $element_key, $field, $settings);
}