public function MarkdownUnexpectedValueException::getKey in Markdown 8.2
Retrieves the known key, if value is in an array or Traversable object.
Return value
string|int|null The known key, if any.
File
- src/
Exception/ MarkdownUnexpectedValueException.php, line 74
Class
Namespace
Drupal\markdown\ExceptionCode
public function getKey() {
return $this->key;
}