And I have a series of questions that I would super appreciate an answer:
I worked on the sandbox that I was given, and was wondering what version the demo is.
It seems to contain the contents of the 5.7 tutorials, but has the features of 6.0.
I want to start a new site on my server, but right now I can upgrade mariadb, and apache to the required versions for 9.0. Is there still a way to install a new site using composer, but force it to use D8.8.9?
$query = db_query("SELECT * FROM `heritage_source_info`WHERE text_id = :textid AND format = :format ORDER BY type ASC", [':textid' => $textid, ':format' => 'text'])->orderBy('FIELD(type,moolam,translation,commentary)');
$available_sources_text = $query->fetchAll();
But it says call to an undefined function orderBy(). Could you help me with the correct syntax?