/** * Loads the type info from the type info cache into distinct type properties. * * @param array mixed $type_info - The type info cache data */ protected function loadTypeInfo($type_info) { parent::loadTypeInfo($type_info); $this->loadWidgetTypes($type_info); }