| Versionen | |
|---|---|
| drupal7 | public QueryAlterableInterface::getMetaData($key) |
Retrieves a given piece of metadata.
$key The unique identifier for the piece of metadata to retrieve.
The previously attached metadata object, or NULL if one doesn't exist.
includes/
<?php
public function getMetaData($key);
?>
Kommentare
Kommentar hinzufügen