[ * 'awesomefeature' => true, * 'featureversion' => 3, * ], * 'morecomplex' => [ * 'a' => [1, 2], * ], * ]; * ``` * * @return array> Indexed array containing the app's capabilities * @since 8.2.0 */ public function getCapabilities(); }