if (!
($operation == 'translate'
)) { unset($operations[$operation]);
} } return $operations;
} /**
* {@inheritdoc}
*/
public function sortRows($a,
$b) { return $this->
sortRowsMultiple($a,
$b,
['label'
]);
} /**
* Sorts an array by multiple criteria.
*
* @param array $a
* First item for comparison.
* @param array $b
* Second item for comparison.
* @param array $keys
* The array keys to sort on.
*
* @return int
* The comparison result for uasort().
*/