Spatie\SearchIndex\SearchIndexHandler::removeFromIndexByTypeAndId PHP Метод

removeFromIndexByTypeAndId() публичный Метод

Remove an item from the search index by type and id.
public removeFromIndexByTypeAndId ( string $type, integer $id )
$type string
$id integer
    public function removeFromIndexByTypeAndId($type, $id);