Defines the locale string storage interface.
Expanded class hierarchy of StringStorageInterface
All classes that implement StringStorageInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StringStorageInterface:: |
public | function | Counts source strings. | 1 |
StringStorageInterface:: |
public | function | Counts translations. | 1 |
StringStorageInterface:: |
public | function | Creates a source string object bound to this storage but not saved. | 1 |
StringStorageInterface:: |
public | function | Creates a string translation object bound to this storage but not saved. | 1 |
StringStorageInterface:: |
public | function | Delete string from storage. | 1 |
StringStorageInterface:: |
public | function | Deletes source strings and translations using conditions. | 1 |
StringStorageInterface:: |
public | function | Deletes translations using conditions. | 1 |
StringStorageInterface:: |
public | function | Loads a string source object, fast query. | 1 |
StringStorageInterface:: |
public | function | Loads a string translation object, fast query. | 1 |
StringStorageInterface:: |
public | function | Loads string location information. | 1 |
StringStorageInterface:: |
public | function | Loads multiple source string objects. | 1 |
StringStorageInterface:: |
public | function | Loads multiple string translation objects. | 1 |
StringStorageInterface:: |
public | function | Save string object to storage. | 1 |