Tripal
|
Public Member Functions | |
sanitizeKey ($key) | |
Defines the Tripal field formatter base class.
Drupal\tripal\TripalField\TripalFormatterBase::sanitizeKey | ( | $key | ) |
Santizies a property key.
Property keys are often controlled vocabulary IDs, which is the IdSpace and accession separated by a colon. The colon is not supported by the storage backend and must be converted to an underscore. This function performs that task
string | $key |