Skip to content

Instantly share code, notes, and snippets.

@plach79
Last active January 16, 2018 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save plach79/dda896dad256d507939ebd31e1558b0a to your computer and use it in GitHub Desktop.
Save plach79/dda896dad256d507939ebd31e1558b0a to your computer and use it in GitHub Desktop.
<?php
public getRevisionDefaultMetadataKey($bc = FALSE) {
$revision_metadata_keys = $this->getRevisionMetadataKeys($bc);
return isset($revision_metadata_keys['revision_default']) ? $revision_metadata_keys['revision_default'] : 'revision_default';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment