Skip to content

Commit

Permalink
[DOCS] Remove paragraph about isAvailable
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Dec 8, 2024
1 parent 32419fc commit 43925c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Documentation/Developer/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ easy task. The first step is to get the proper service object, with the desired
$registry = GeneralUtility::makeInstance(\Cobweb\Svconnector\Registry\ConnectorRegistry::class);
$connector = $registry->getServiceForType('sql', $parameters);
An additional step could be to check if the service is indeed available,
by calling :php:`$connector->isAvailable()`, although - in this particular
case - the SQL connector service is always available.

The next step is simply to call the appropriate method from the API
depending on which format you want to have in return. For a PHP array:

Expand Down

0 comments on commit 43925c0

Please sign in to comment.