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 |
---|---|---|---|
Random::$strings | property | core/ |
A list of unique strings generated by string(). |
Random::string | function | core/ |
Generates a random string of ASCII characters of codes 32 to 126. |
RandomGeneratorTrait::randomString | function | core/ |
Generates a pseudo-random string of ASCII characters of codes 32 to 126. |
RandomGeneratorTrait::randomStringValidate | function | core/ |
Callback for random string validation. |
RandomTest::$firstStringGenerated | property | core/ |
The first random string passed to the test callback. |
RandomTest::testRandomStringException | function | core/ |
Tests infinite loop prevention whilst generating random strings. |
RandomTest::testRandomStringNonUnique | function | core/ |
Tests random string if uniqueness is not enforced. |
RandomTest::testRandomStringUniqueness | function | core/ |
Tests unique random string generation. |
RandomTest::testRandomStringValidator | function | core/ |
Tests random string validation callbacks. |
RandomTest::_RandomStringValidate | function | core/ |
Callback for random string validation. |
RawStringFormatterTest | class | core/ |
Tests the raw string formatter |
RawStringFormatterTest.php | file | core/ |
|
RawStringFormatterTest::$bundle | property | core/ |
|
RawStringFormatterTest::$display | property | core/ |
|
RawStringFormatterTest::$entityType | property | core/ |
|
RawStringFormatterTest::$fieldName | property | core/ |
|
RawStringFormatterTest::$modules | property | core/ |
Modules to enable. |
RawStringFormatterTest::renderEntityFields | function | core/ |
Renders fields of a given entity with a given display. |
RawStringFormatterTest::setUp | function | core/ |
|
RawStringFormatterTest::testStringFormatter | function | core/ |
Tests string formatter output. |
RenderArrayNonHtmlSubscriberTestController::rawString | function | core/ |
|
RequiredModuleUninstallValidator::setStringTranslation | function | core/ |
|
RequirementsException::getRequirementsString | function | core/ |
Get the requirements as a string. |
RequirementsExceptionTest::testGetExceptionString | function | core/ |
@covers ::getRequirementsString @dataProvider getRequirementsProvider |
SafeMarkupTestString | class | core/ |
|
SafeMarkupTestString::$string | property | core/ |
|
SafeMarkupTestString::__construct | function | core/ |
|
SafeMarkupTestString::__toString | function | core/ |
|
sample_lookup_migration_string_ids.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_string_ids.yml |
Schema::$mysqlStringTypes | property | core/ |
List of MySQL string types. |
Select::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
SelectExtender::__toString | function | core/ |
Returns a string representation of how the query will be executed in SQL. |
SelectInterface::__toString | function | core/ |
Returns a string representation of how the query will be executed in SQL. |
SerializedColumnNormalizerTrait::checkForSerializedStrings | function | core/ |
Checks if there is a serialized string for a column. |
SerializedColumnNormalizerTrait::dataHasStringForSerializeColumn | function | core/ |
Checks if the data contains string value for serialize column. |
serializer.normalizer.safe_string | service | core/ |
Drupal\serialization\Normalizer\MarkupNormalizer |
serializer.normalizer.string.jsonapi_test_data_type | service | core/ |
Drupal\jsonapi_test_data_type\Normalizer\StringNormalizer |
serializer.normalizer.string.jsonapi_test_field_type | service | core/ |
Drupal\jsonapi_test_field_type\Normalizer\StringNormalizer |
Sort::expandFieldString | function | core/ |
Expands a simple string sort into a more expressive sort that we can use. |
SortArray::sortByKeyString | function | core/ |
Sorts a string array item by an arbitrary key. |
SortTest::testStringOrdering | function | core/ |
Tests string ordering of the result set. |
SourceString | class | core/ |
Defines the locale source string object. |
SourceString.php | file | core/ |
|
SourceString::getString | function | core/ |
Gets plain string contained in this object. |
SourceString::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
SourceString::isSource | function | core/ |
Checks whether the object is a source string. |
SourceString::isTranslation | function | core/ |
Checks whether the object is a translation string. |
SourceString::setString | function | core/ |
Sets the string contained in this object. |
SqlBase::__toString | function | core/ |
Prints the query string when the object is used as a string. |
SqlContentEntityStorageSchemaTest::testDedicatedTableSchemaForEntityWithStringIdentifier | function | core/ |
Tests the schema for a field dedicated table for an entity with a string identifier. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.