- 🇳🇿New Zealand quietone
There is not much discussion here in either years and in #2 it is suggested that making a change is not worth it. More information was asked for 7 months ago and none has been provided. I think it is time to close this one.
$query = $connection->select('users_data', 'ud')
->fields('ud')
->condition('module', $module);
foreach ($result as $item) {
print_r($item);
}
// $item is object if the connection is Drupal\Core\Database\Connection
stdClass Object
(
[uid] => 1
[module] => foo
[name] => bar
[value] => baz
[serialized] => 0
)
$item is array if the connection is Drupal\Core\Database\Driver\fake\FakeConnection.
Support PDO::FETCH_OBJ. Throw exceptions for crazy class fetch modes.
Closed: works as designed
9.5
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
There is not much discussion here in either years and in #2 it is suggested that making a change is not worth it. More information was asked for 7 months ago and none has been provided. I think it is time to close this one.