Search for code
- Search 7.x for code
- Search 9.5.x for code
- Search 10.3.x for code
- Search 11.x for code
- Search main for code
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| serializer.encoder.jsonapi | service | core/ |
Drupal\jsonapi\Encoder\JsonEncoder |
| serializer.encoder.serialization_test | service | core/ |
Drupal\serialization_test\SerializationTestEncoder |
| serializer.encoder.xml | service | core/ |
Drupal\serialization\Encoder\XmlEncoder |
| SimpletestPhpunitRunCommandTest::provideStatusCodes | function | core/ |
Data provider for testSimpletestPhpUnitRunCommand(). |
| SqlContentEntityStorage::$defaultLangcodeKey | property | core/ |
The default language entity key. |
| SqlContentEntityStorage::$langcodeKey | property | core/ |
The entity langcode key. |
| StaticMenuLinkOverrides::encodeId | function | core/ |
Encodes the ID by replacing dots with double underscores. |
| StorageInterface::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| StorageInterface::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| StorageReplaceDataWrapper::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| StorageReplaceDataWrapper::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| Tags::encode | function | core/ |
Encodes a tag string, taking care of special cases like commas and quotes. |
| TaxonomyLegacyTest::testEntityLegacyCode | function | core/ |
@expectedDeprecation taxonomy_term_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\taxonomy\Entity\Term::loadMultiple(). See https://www.drupal.org/node/2266845 @expectedDeprecation… |
| TaxonomyTranslationTestTrait::$baseLangcode | property | core/ |
The langcode of the source language. |
| TaxonomyTranslationTestTrait::$baseLangcode | property | core/ |
The langcode of the source language. |
| TaxonomyTranslationTestTrait::$translateToLangcode | property | core/ |
Target langcode for translation. |
| TaxonomyTranslationTestTrait::$translateToLangcode | property | core/ |
Target langcode for translation. |
| Test::renderEncodedMarkup | function | core/ |
Renders a page with encoded markup. |
| TestConfigNamesMapper::getInternalLangcode | function | core/ |
Gets the internal language code of this mapper, if any. |
| TestSiteInstallCommand::$langcode | property | core/ |
The language to install the site in. |
| TranslatedViewTest::$langcodes | property | core/ |
Languages to enable. |
| TranslationLanguageRenderer::$langcodeAlias | property | core/ |
Stores the field alias of the langcode column. |
| TranslationLanguageRenderer::getLangcode | function | core/ |
Returns the language code associated with the given row. |
| TranslationLanguageRenderer::getLangcodeTable | function | core/ |
Returns the name of the table holding the "langcode" field. |
| TranslationManager::$defaultLangcode | property | core/ |
The default langcode used in translations. |
| TranslationManager::setDefaultLangcode | function | core/ |
Sets the default langcode. |
| UmamiMultilingualInstallTest::$langcode | property | core/ |
The language code in which to install Drupal. |
| Unicode | class | core/ |
Provides Unicode-related conversions and operations. |
| unicode.inc | file | core/ |
Provides Unicode-related conversions and operations. |
| Unicode.php | file | core/ |
|
| Unicode::caseFlip | function | core/ |
Flip U+C0-U+DE to U+E0-U+FD and back. Can be used as preg_replace callback. |
| Unicode::check | function | core/ |
Checks for Unicode support in PHP and sets the proper settings if possible. |
| Unicode::convertToUtf8 | function | core/ |
Converts data to UTF-8. |
| Unicode::encodingFromBOM | function | core/ |
Decodes UTF byte-order mark (BOM) into the encoding's name. |
| Unicode::getStatus | function | core/ |
Gets the current status of unicode/multibyte support on this environment. |
| Unicode::lcfirst | function | core/ |
Converts the first character of a UTF-8 string to lowercase. |
| Unicode::mimeHeaderDecode | function | core/ |
Decodes MIME/HTTP encoded header values. |
| Unicode::mimeHeaderEncode | function | core/ |
Encodes MIME/HTTP headers that contain incorrectly encoded characters. |
| Unicode::PREG_CLASS_WORD_BOUNDARY | constant | core/ |
Matches Unicode characters that are word boundaries. |
| Unicode::setStatus | function | core/ |
Sets the value for multibyte support status for the current environment. |
| Unicode::STATUS_ERROR | constant | core/ |
Indicates an error during check for PHP unicode support. |
| Unicode::STATUS_MULTIBYTE | constant | core/ |
Indicates that full unicode support with the PHP mbstring extension is being used. |
| Unicode::STATUS_SINGLEBYTE | constant | core/ |
Indicates that standard PHP (emulated) unicode support is being used. |
| Unicode::strcasecmp | function | core/ |
Compares UTF-8-encoded strings in a binary safe case-insensitive manner. |
| Unicode::strlen | function | core/ |
Counts the number of characters in a UTF-8 string. |
| Unicode::strpos | function | core/ |
Finds the position of the first occurrence of a string in another string. |
| Unicode::strtolower | function | core/ |
Converts a UTF-8 string to lowercase. |
| Unicode::strtoupper | function | core/ |
Converts a UTF-8 string to uppercase. |
| Unicode::substr | function | core/ |
Cuts off a piece of a string based on character indices and counts. |
| Unicode::truncate | function | core/ |
Truncates a UTF-8-encoded string safely to a number of characters. |
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.