function ConfigTranslationBlockListBuilder::sortRows

Overrides ConfigTranslationEntityListBuilder::sortRows

File

core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php, line 95

Class

ConfigTranslationBlockListBuilder
Defines the config translation list builder for blocks.

Namespace

Drupal\config_translation\Controller

Code

public function sortRows($a, $b) {
  return $this->sortRowsMultiple($a, $b, [
    'theme',
    'category',
    'label',
  ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.