You are here

protected property TestFieldsProcessorPlugin::$methodOverrides in Search API 8

Array of method overrides, keyed by method name.

Type: callable[]

See also

setMethodOverride()

File

tests/src/Unit/Processor/TestFieldsProcessorPlugin.php, line 31

Class

TestFieldsProcessorPlugin
Mimics a processor working on individual fields of items.

Namespace

Drupal\Tests\search_api\Unit\Processor

Code

protected $methodOverrides = [];