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 |
|---|---|---|---|
| StringEqualsConcatenatedValuesConstraint | class | core/ |
Checks a string consists of specific values found in the mapping. |
| StringEqualsConcatenatedValuesConstraint.php | file | core/ |
|
| StringEqualsConcatenatedValuesConstraint::getRequiredOptions | function | core/ |
|
| StringEqualsConcatenatedValuesConstraint::__construct | function | core/ |
Constructs a StringEqualsConcatenatedValuesConstraint object. |
| StringEqualsConcatenatedValuesConstraintValidator | class | core/ |
Validates the StringEqualsConcatenatedValues constraint. |
| StringEqualsConcatenatedValuesConstraintValidator.php | file | core/ |
|
| StringEqualsConcatenatedValuesConstraintValidator::validate | function | core/ |
|
| StringEqualsConcatenatedValuesConstraintValidatorTest | class | core/ |
Tests the StringEqualsConcatenatedValues validator. |
| StringEqualsConcatenatedValuesConstraintValidatorTest.php | file | core/ |
|
| StringEqualsConcatenatedValuesConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::setUp | function | core/ |
|
| StringEqualsConcatenatedValuesConstraintValidatorTest::testInvalidReferenceToProperties | function | core/ |
Tests that validation fails if the schema references missing properties. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testReservedCharacters | function | core/ |
Tests that validation fails if reserved characters are not replaced. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testStringEqualsConcatenatedValuesConstraint | function | core/ |
Tests basic validation of concatenated config values. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testValueTypes | function | core/ |
Tests concatenation of basic schema value types. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::valueTypesProvider | function | core/ |
Data provider for testValueTypes(). |
| 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 install. |
| 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::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/ |
Adds a where clause for the operation, 'LIKE'. |
| StringFilter::opContainsWord | function | core/ |
Adds a where clause for the operation, 'contains'. |
| StringFilter::opEmpty | function | core/ |
Adds a where clause for the operation, 'EMPTY'. |
| StringFilter::opEndsWith | function | core/ |
Adds a where clause for the operation, 'ends with'. |
| 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/ |
Returns an array of operator information, keyed by operator ID. |
| StringFilter::operatorValues | function | core/ |
Gets the operators that have a given number of values. |
| StringFilter::opLongerThan | function | core/ |
Adds a where clause for the operation, 'longer than'. |
| StringFilter::opNotEndsWith | function | core/ |
Adds a where clause for the operation, 'not ends with'. |
| StringFilter::opNotLike | function | core/ |
Adds a where clause for the operation, 'not LIKE'. |
| StringFilter::opNotRegex | function | core/ |
Filters by a negated regular expression. |
| StringFilter::opNotStartsWith | function | core/ |
Adds a where clause for the operation, 'not starts with'. |
| StringFilter::opRegex | function | core/ |
Filters by a regular expression. |
| StringFilter::opShorterThan | function | core/ |
Adds a where clause for the operation, 'shorter than'. |
| StringFilter::opStartsWith | function | core/ |
Adds a where clause for the operation, 'starts with'. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.