Search for string
- Search 7.x for string
- Search 9.5.x for string
- Search 8.9.x for string
- Search 10.3.x for string
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StringItemBase::isEmpty | function | core/ |
|
StringItemBase::propertyDefinitions | function | core/ |
|
StringItemTest | class | core/ |
Defines a test for the StringItem field-type. |
StringItemTest.php | file | core/ |
|
StringItemTest::providerMaxLength | function | core/ |
Data provider for maximum-lengths. |
StringItemTest::testGenerateSampleValue | function | core/ |
Tests generating sample values. |
StringListField | class | core/ |
Argument handler for list field to show the human readable name in summary. |
StringListField.php | file | core/ |
|
StringListField::$allowedValues | property | core/ |
Stores the allowed values of this field. |
StringListField::buildOptionsForm | function | core/ |
|
StringListField::defineOptions | function | core/ |
|
StringListField::init | function | core/ |
|
StringListField::summaryName | function | core/ |
|
StringLoader | class | core/ |
Loads string templates, also known as inline templates. |
StringLoader.php | file | core/ |
|
StringLoader::exists | function | core/ |
|
StringLoader::getCacheKey | function | core/ |
|
StringLoader::getSourceContext | function | core/ |
|
StringLoader::isFresh | function | core/ |
|
StringLongItem | class | core/ |
Defines the 'string_long' field type. |
StringLongItem.php | file | core/ |
|
StringLongItem::generateSampleValue | function | core/ |
|
StringLongItem::schema | function | core/ |
|
StringNormalizer | class | core/ |
Normalizes string data weirdly: replaces 'super' with 'NOT' and vice versa. |
StringNormalizer | class | core/ |
Normalizes string fields weirdly: replaces 'super' with 'NOT' and vice versa. |
StringNormalizer.php | file | core/ |
|
StringNormalizer.php | file | core/ |
|
StringNormalizer::constructValue | function | core/ |
|
StringNormalizer::denormalize | function | core/ |
|
StringNormalizer::getSupportedTypes | function | core/ |
|
StringNormalizer::getSupportedTypes | function | core/ |
|
StringNormalizer::normalize | function | core/ |
|
StringNormalizer::normalize | function | core/ |
|
StringObject | class | core/ |
Quick class for testing for objects with __toString. |
StringObject::__toString | function | core/ |
|
StringStorageException | class | core/ |
Defines an exception thrown when storage operations fail. |
StringStorageException.php | file | core/ |
|
StringStorageInterface | interface | core/ |
Defines the locale string storage interface. |
StringStorageInterface.php | file | core/ |
|
StringStorageInterface::countStrings | function | core/ |
Counts source strings. |
StringStorageInterface::countTranslations | function | core/ |
Counts translations. |
StringStorageInterface::createString | function | core/ |
Creates a source string object bound to this storage but not saved. |
StringStorageInterface::createTranslation | function | core/ |
Creates a string translation object bound to this storage but not saved. |
StringStorageInterface::delete | function | core/ |
Delete string from storage. |
StringStorageInterface::deleteStrings | function | core/ |
Deletes source strings and translations using conditions. |
StringStorageInterface::deleteTranslations | function | core/ |
Deletes translations using conditions. |
StringStorageInterface::findString | function | core/ |
Loads a string source object, fast query. |
StringStorageInterface::findTranslation | function | core/ |
Loads a string translation object, fast query. |
StringStorageInterface::getLocations | function | core/ |
Loads string location information. |
StringStorageInterface::getStrings | function | core/ |
Loads multiple source string objects. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.