You are here

public function HeartbeatEntityQuery::getMetaData in Heartbeat 8

Retrieves a given piece of metadata.

Parameters

$key: The unique identifier for the piece of metadata to retrieve.

Return value

The previously attached metadata object, or NULL if one doesn't exist.

Overrides AlterableInterface::getMetaData

File

src/HeartbeatEntityQuery.php, line 108

Class

HeartbeatEntityQuery
Created by IntelliJ IDEA. User: logicp Date: 5/28/17 Time: 1:37 PM

Code

public function getMetaData($key) {

  // TODO: Implement getMetaData() method.
}