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 |
|---|---|---|---|
| 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::opContains | function | core/ |
|
| StringFilter::opContainsWord | function | core/ |
|
| StringFilter::opEmpty | function | core/ |
|
| StringFilter::opEndsWith | function | core/ |
|
| StringFilter::opEqual | function | core/ |
|
| StringFilter::operator | function | core/ |
|
| StringFilter::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options |
| StringFilter::operators | function | core/ |
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array. |
| 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/ |
|
| StringFilter::opStartsWith | function | core/ |
|
| StringFilter::query | function | core/ |
Add this filter to the query. |
| StringFilter::valueForm | function | core/ |
Provide a simple textfield for equality |
| StringFilter::WORDS_PATTERN | constant | core/ |
All words separated by spaces or sentences encapsulated by double quotes. |
| StringFilter::__construct | function | core/ |
Constructs a new StringFilter object. |
| StringFormatter | class | core/ |
Plugin implementation of the 'string' formatter. |
| StringFormatter.php | file | core/ |
|
| StringFormatter::$entityTypeManager | property | core/ |
The entity type manager. |
| StringFormatter::create | function | core/ |
Creates an instance of the plugin. |
| StringFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| StringFormatter::getEntityUrl | function | core/ |
Gets the URI elements of the entity. |
| StringFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| StringFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| StringFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
| StringFormatter::viewValue | function | core/ |
Generate the output appropriate for one field item. |
| StringFormatter::__construct | function | core/ |
Constructs a StringFormatter instance. |
| StringFormatterTest | class | core/ |
Tests the creation of text fields. |
| StringFormatterTest.php | file | core/ |
|
| StringFormatterTest::$bundle | property | core/ |
|
| StringFormatterTest::$display | property | core/ |
|
| StringFormatterTest::$entityType | property | core/ |
|
| StringFormatterTest::$entityTypeManager | property | core/ |
The entity type manager. |
| StringFormatterTest::$fieldName | property | core/ |
|
| StringFormatterTest::$modules | property | core/ |
Modules to enable. |
| StringFormatterTest::renderEntityFields | function | core/ |
Renders fields of a given entity with a given display. |
| StringFormatterTest::setUp | function | core/ |
|
| StringFormatterTest::testStringFormatter | function | core/ |
Tests string formatter output. |
| StringIdEntityTest | class | core/ |
Defines a content entity type that has a string ID. |
| StringIdEntityTest.php | file | core/ |
|
| StringIdEntityTest::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
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.