Files
clinicpro/graphify-out/cache/ast/v0.8.44/5ffa2cd3fcf314ecaae34fa9f8dd7a2db4a3dfe7b8d5250f16eb0a7f2eb6e652.json
T
hamed c3c520801d feat(captcha): add ALTCHA configuration endpoint and integrate into HomeController
- Introduced a new endpoint `/api/v1/altcha/config` in CaptchaController to return the status of the ALTCHA captcha.
- Updated HomeController to inject AltchaService and pass the captcha status to the home page template.
- Modified the home.html.twig template to conditionally render the ALTCHA widget based on the captcha status.
- Updated manifest.json and cache files to reflect changes in the codebase.
2026-07-10 11:18:40 +03:30

1 line
4.0 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "label": "HomeController.php", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L1"}, {"id": "controller_homecontroller_homecontroller", "label": "HomeController", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L10"}, {"id": "abstractcontroller", "label": "AbstractController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_homecontroller_homecontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L12"}, {"id": "controller_homecontroller_homecontroller_index", "label": ".index()", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L14"}, {"id": "response", "label": "Response", "file_type": "code", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L14"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "altchaservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "abstractcontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "response", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_shared_controller_homecontroller_php", "target": "controller_homecontroller_homecontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L10", "weight": 1.0}, {"source": "controller_homecontroller_homecontroller", "target": "abstractcontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L10", "weight": 1.0}, {"source": "controller_homecontroller_homecontroller", "target": "controller_homecontroller_homecontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L12", "weight": 1.0}, {"source": "controller_homecontroller_homecontroller", "target": "controller_homecontroller_homecontroller_index", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L14", "weight": 1.0}, {"source": "controller_homecontroller_homecontroller_index", "target": "response", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Shared/Controller/HomeController.php", "source_location": "L14", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "controller_homecontroller_homecontroller_index", "callee": "render", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php", "source_location": "L17", "receiver": null}, {"caller_nid": "controller_homecontroller_homecontroller_index", "callee": "enabled", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Shared/Controller/HomeController.php", "source_location": "L18", "receiver": null}]}