mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
getcfo completed mizan
This commit is contained in:
parent
5dbc193d16
commit
7ce27aa33b
@ -120,4 +120,22 @@ class AdvsModulePlugin extends Plugin
|
|||||||
),
|
),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the filters.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function getFilters()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
new \Twig_SimpleFilter(
|
||||||
|
'ksort',
|
||||||
|
function (array $array) {
|
||||||
|
ksort($array);
|
||||||
|
return $array;
|
||||||
|
}
|
||||||
|
),
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user