yii\data\BaseDataProvider::prepareKeys PHP Method

prepareKeys() abstract protected method

Prepares the keys associated with the currently available data models.
abstract protected prepareKeys ( array $models ) : array
$models array the available data models
return array the keys
    protected abstract function prepareKeys($models);