You are here

public function RowManagerInterface::save in Data 8

Parameters

string $table_name: Table to operate on.

array $values: Associative array of field values, keyed by column names.

Return value

bool Result of save operation.

1 method overrides RowManagerInterface::save()
RowManager::save in src/RowManager.php

File

src/RowManagerInterface.php, line 20

Class

RowManagerInterface
Interface RowManagerInterface.

Namespace

Drupal\data

Code

public function save($table_name, array $values);