public function StringInterface::isNew in Localization update 7.2
Checks whether the object is not saved to storage yet.
Return value
bool TRUE if the object exists in the storage, FALSE otherwise.
1 call to StringInterface::isNew()
- StringBase::delete in includes/
locale/ StringBase.php - Implements LocaleString::delete().
2 methods override StringInterface::isNew()
- SourceString::isNew in includes/
locale/ SourceString.php - Implements LocaleString::isNew().
- TranslationString::isNew in includes/
locale/ TranslationString.php - Implements StringInterface::isNew().
File
- includes/
locale/ StringInterface.php, line 114 - Definition of StringInterface.
Class
- StringInterface
- Defines the locale string interface.
Code
public function isNew();