You are here

public function ScannerPluginInterface::search in Search and Replace Scanner 8

Performs the search operation and returns the results..

Parameters

string $field: The fully qualified name of the field (entityType:bundle:fieldname).

string $values: The input values from the form ($form_state values).

Return value

array An array containing the entity titles and an array of matches in the entity.

1 method overrides ScannerPluginInterface::search()
ScannerPluginBase::search in src/Plugin/ScannerPluginBase.php
Performs the search operation and returns the results.

File

src/Plugin/ScannerPluginInterface.php, line 25

Class

ScannerPluginInterface
Plugin for ScannerPluginInterface.

Namespace

Drupal\scanner\Plugin

Code

public function search($field, array $values);