public function RowManager::__construct in Data 8
Constructor.
File
- src/
RowManager.php, line 25
Class
- RowManager
- Class RowManager.
Namespace
Drupal\dataCode
public function __construct(Connection $connection) {
$this->connection = $connection;
}