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 |
|---|---|---|---|
| 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::testLinkToContentForEntitiesWithNoCanonicalPath | function | core/ |
Test "link_to_entity" feature on fields which are added to config entity. |
| 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. |
| StringInterface | interface | core/ |
Interface for strings. |
| StringInterface | interface | core/ |
Defines the locale string interface. |
| StringInterface.php | file | core/ |
|
| StringInterface.php | file | core/ |
|
| StringInterface::addLocation | function | core/ |
Adds a location for this string. |
| StringInterface::delete | function | core/ |
Deletes string object from storage. |
| StringInterface::getId | function | core/ |
Gets the string unique identifier. |
| StringInterface::getLocations | function | core/ |
Gets location information for this string. |
| StringInterface::getPlurals | function | core/ |
Splits string to work with plural values. |
| StringInterface::getStorage | function | core/ |
Gets the string storage. |
| StringInterface::getString | function | core/ |
Gets plain string contained in this object. |
| StringInterface::getValues | function | core/ |
Gets field values that are set for given field names. |
| StringInterface::getVersion | function | core/ |
Gets the string version. |
| StringInterface::hasLocation | function | core/ |
Checks whether the string has a given location. |
| StringInterface::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
| StringInterface::isSource | function | core/ |
Checks whether the object is a source string. |
| StringInterface::isTranslation | function | core/ |
Checks whether the object is a translation string. |
| StringInterface::save | function | core/ |
Saves string object to storage. |
| StringInterface::setId | function | core/ |
Sets the string unique identifier. |
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.