function SelectExtender::getMetaData
Retrieves a given piece of metadata.
Parameters
$key: The unique identifier for the piece of metadata to retrieve.
Return value
mixed The previously attached metadata object, or NULL if one doesn't exist.
Overrides AlterableInterface::getMetaData
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php, line 100
Class
- SelectExtender
- The base extender class for Select queries.
Namespace
Drupal\Core\Database\QueryCode
public function getMetaData($key) {
return $this->query
->getMetaData($key);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.