You are here

public function StringBase::getParentId in Localization update 7.2

Implements StringInterface::getParentId().

Overrides StringInterface::getParentId

1 method overrides StringBase::getParentId()
SourceString::getParentId in includes/locale/SourceString.php
Implements StringInterface::getParentId().

File

includes/locale/StringBase.php, line 107
Definition of StringBase.

Class

StringBase
Defines the locale string base class.

Code

public function getParentId() {
  return isset($this->plid) ? $this->plid : 0;
}