public function StringInterface::getParentId in Localization update 7.2
Gets the parent string identifier.
Return value
int The string identifier.
1 method overrides StringInterface::getParentId()
- StringBase::getParentId in includes/
locale/ StringBase.php - Implements StringInterface::getParentId().
File
- includes/
locale/ StringInterface.php, line 38 - Definition of StringInterface.
Class
- StringInterface
- Defines the locale string interface.
Code
public function getParentId();