Skip to content
Snippets Groups Projects

Deprecate not specifying orderby in config schema.

Open Dave Long requested to merge issue/drupal-2855675:2855675-add-orderby-key into 11.x
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -289,6 +289,8 @@ protected function castValue($key, $value) {
sort($value);
break;
default:
@trigger_error("Not specifying orderby for the config sequence {$this->getName()}:$key is deprecated in drupal:11.1.0 and will throw an exception in drupal:12.0.0. See https://www.drupal.org/node/7654321", E_USER_DEPRECATED);
}
}
}
Loading