- Issue created by @twiesing
We should implement a check that could appear on the status report page that checks if all the WissKI Salz Adapters are configured correctly.
In particular, this could run the following checks:
SELECT (count(*) as ?c) WHERE { ?s ?p ?o }
(except if it doesn't do raw queries)AFAIK status check should be implemented by implementing hook_requirements with $phase == 'runtime'
.
Active
3.0
semantic web