Search for string
- Search 7.x for string
- Search 8.9.x for string
- Search 10.3.x for string
- Search 11.x for string
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StringDatabaseStorage::deleteStrings | function | core/ |
Deletes source strings and translations using conditions. |
StringDatabaseStorage::deleteTranslations | function | core/ |
Deletes translations using conditions. |
StringDatabaseStorage::findString | function | core/ |
Loads a string source object, fast query. |
StringDatabaseStorage::findTranslation | function | core/ |
Loads a string translation object, fast query. |
StringDatabaseStorage::getLocations | function | core/ |
Loads string location information. |
StringDatabaseStorage::getStrings | function | core/ |
Loads multiple source string objects. |
StringDatabaseStorage::getTranslations | function | core/ |
Loads multiple string translation objects. |
StringDatabaseStorage::save | function | core/ |
Save string object to storage. |
StringDatabaseStorage::updateLocation | function | core/ |
Update locations for string. |
StringDatabaseStorage::__construct | function | core/ |
Constructs a new StringDatabaseStorage class. |
StringFieldRdfaTest | class | core/ |
Tests RDFa output by text field formatters. |
StringFieldRdfaTest.php | file | core/ |
|
StringFieldRdfaTest::$fieldType | property | core/ |
The machine name of the field type to test. |
StringFieldRdfaTest::$testSummary | property | core/ |
The 'summary' property value for testing. |
StringFieldRdfaTest::$testValue | property | core/ |
The 'value' property value for testing. |
StringFieldRdfaTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
StringFieldRdfaTest::testStringFormatters | function | core/ |
Tests string formatters. |
StringFieldTest | class | core/ |
Tests the creation of string fields. |
StringFieldTest.php | file | core/ |
|
StringFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
StringFieldTest::$modules | property | core/ |
Modules to enable. |
StringFieldTest::$webUser | property | core/ |
A user without any special permissions. |
StringFieldTest::setUp | function | core/ |
|
StringFieldTest::testTextfieldWidgets | function | core/ |
Tests widgets. |
StringFieldTest::_testTextfieldWidgets | function | core/ |
Helper function for testTextfieldWidgets(). |
StringFilter | class | core/ |
Basic textfield filter to handle string filtering commands. |
StringFilter.php | file | core/ |
|
StringFilter::$alwaysMultiple | property | core/ |
Exposed filter options. |
StringFilter::$connection | property | core/ |
The database connection. |
StringFilter::adminSummary | function | core/ |
Display the filter on the administrative summary. |
StringFilter::buildExposeForm | function | core/ |
Options form subform for exposed filter options. |
StringFilter::create | function | core/ |
Creates an instance of the plugin. |
StringFilter::defaultExposeOptions | function | core/ |
Provide default options for exposed filters. |
StringFilter::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
StringFilter::getConditionOperator | function | core/ |
Get specified condition operator mapping value. |
StringFilter::opContains | function | core/ |
|
StringFilter::opContainsWord | function | core/ |
|
StringFilter::opEmpty | function | core/ |
|
StringFilter::opEndsWith | function | core/ |
|
StringFilter::opEqual | function | core/ |
Adds a where clause for the operation, 'equals'. |
StringFilter::operator | function | core/ |
Get the query operator. |
StringFilter::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options. |
StringFilter::operators | function | core/ |
Get the operators. |
StringFilter::operatorValues | function | core/ |
|
StringFilter::opLongerThan | function | core/ |
|
StringFilter::opNotEndsWith | function | core/ |
|
StringFilter::opNotLike | function | core/ |
|
StringFilter::opNotStartsWith | function | core/ |
|
StringFilter::opRegex | function | core/ |
Filters by a regular expression. |
StringFilter::opShorterThan | function | core/ |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.