You are here

public function BaseInterface::getDbInfo in DRD Agent 8.3

Same name and namespace in other branches
  1. 4.0.x src/Agent/Action/BaseInterface.php \Drupal\drd_agent\Agent\Action\BaseInterface::getDbInfo()

Get an array of database connection information.

Return value

array The database connection information.

1 method overrides BaseInterface::getDbInfo()
Base::getDbInfo in src/Agent/Action/Base.php
Get an array of database connection information.

File

src/Agent/Action/BaseInterface.php, line 53

Class

BaseInterface
Defines an interface for Remote DRD Action Code.

Namespace

Drupal\drd_agent\Agent\Action

Code

public function getDbInfo() : array;