Search for string
- Search 7.x for string
- Search 9.5.x for string
- Search 10.3.x for string
- Search 11.x for string
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StringLongItem | class | core/ |
Defines the 'string_long' field type. |
StringLongItem.php | file | core/ |
|
StringLongItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
StringLongItem::schema | function | core/ |
Returns the schema for the field. |
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::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
StringNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
StringNormalizer::constructValue | function | core/ |
Build the field item value using the incoming data. |
StringNormalizer::denormalize | 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. |
StringStorageInterface::getTranslations | function | core/ |
Loads multiple string translation objects. |
StringStorageInterface::save | function | core/ |
Save string object to storage. |
StringTextareaWidget | class | core/ |
Plugin implementation of the 'string_textarea' widget. |
StringTextareaWidget.php | file | core/ |
|
StringTextareaWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
StringTextareaWidget::formElement | function | core/ |
Returns the form for a single field widget. |
StringTextareaWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
StringTextareaWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
StringTextfieldWidget | class | core/ |
Plugin implementation of the 'string_textfield' widget. |
StringTextfieldWidget.php | file | core/ |
|
StringTextfieldWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
StringTextfieldWidget::formElement | function | core/ |
Returns the form for a single field widget. |
StringTextfieldWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
StringTextfieldWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
StringTranslationTrait | trait | core/ |
Wrapper methods for \Drupal\Core\StringTranslation\TranslationInterface. |
StringTranslationTrait.php | file | core/ |
|
StringTranslationTrait::$stringTranslation | property | core/ |
The string translation service. |
StringTranslationTrait::formatPlural | function | core/ |
Formats a string containing a count of items. |
StringTranslationTrait::getNumberOfPlurals | function | core/ |
Returns the number of plurals supported by a given language. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.