Skip to content

Commit 43925c0

Browse files
committed
[DOCS] Remove paragraph about isAvailable
1 parent 32419fc commit 43925c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/Developer/Index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ easy task. The first step is to get the proper service object, with the desired
2828
$registry = GeneralUtility::makeInstance(\Cobweb\Svconnector\Registry\ConnectorRegistry::class);
2929
$connector = $registry->getServiceForType('sql', $parameters);
3030
31-
An additional step could be to check if the service is indeed available,
32-
by calling :php:`$connector->isAvailable()`, although - in this particular
33-
case - the SQL connector service is always available.
34-
3531
The next step is simply to call the appropriate method from the API
3632
depending on which format you want to have in return. For a PHP array:
3733

0 commit comments

Comments
 (0)