Get the state of the use labels option
Return value
bool The current state of the use labels option
File
- drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php, line 116
Class
- EasyRdf_Serialiser_GraphViz
- Class to serialise an EasyRdf_Graph to GraphViz
Code
public function getUseLabels() {
return $this->useLabels;
}