Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PhpStreamWrapperInterface::stream_flush function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Flushes the output.
PhpStreamWrapperInterface::stream_lock function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Advisory file locking.
PhpStreamWrapperInterface::stream_metadata function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Sets metadata on the stream.
PhpStreamWrapperInterface::stream_open function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Opens file or URL.
PhpStreamWrapperInterface::stream_read function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Read from stream.
PhpStreamWrapperInterface::stream_seek function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Seeks to specific location in a stream.
PhpStreamWrapperInterface::stream_set_option function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Change stream options.
PhpStreamWrapperInterface::stream_stat function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve information about a file resource.
PhpStreamWrapperInterface::stream_tell function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve the current position of a stream.
PhpStreamWrapperInterface::stream_truncate function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Truncate stream.
PhpStreamWrapperInterface::stream_write function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Write to stream.
PhpStreamWrapperInterface::unlink function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Delete a file.
PhpStreamWrapperInterface::url_stat function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve information about a file.
PhpTransliteration class core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Implements transliteration without using the PECL extensions.
PhpTransliteration class core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Enhances PhpTransliteration with an alter hook.
PhpTransliteration.php file core/lib/Drupal/Core/Transliteration/PhpTransliteration.php
PhpTransliteration.php file core/lib/Drupal/Component/Transliteration/PhpTransliteration.php
PhpTransliteration::$dataDirectory property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Directory where data for transliteration resides.
PhpTransliteration::$fixTransliterateForRemoveDiacritics property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Special characters for ::removeDiacritics().
PhpTransliteration::$genericMap property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Non-language-specific transliteration tables.
PhpTransliteration::$languageOverrides property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Associative array of language-specific character transliteration tables.
PhpTransliteration::$moduleHandler property core/lib/Drupal/Core/Transliteration/PhpTransliteration.php The module handler to execute the transliteration_overrides alter hook.
PhpTransliteration::lookupReplacement function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Look up the generic replacement for a UTF-8 character code.
PhpTransliteration::ordUTF8 function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Finds the character code for a UTF-8 character: like ord() but for UTF-8.
PhpTransliteration::readGenericData function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Reads in generic transliteration data for a bank of characters.
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Reads in language overrides for a language code.
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides().
PhpTransliteration::removeDiacritics function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Removes diacritics (accents) from certain letters.
PhpTransliteration::replace function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Replaces a single Unicode character using the transliteration database.
PhpTransliteration::transliterate function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Transliterates text from Unicode to US-ASCII.
PhpTransliteration::__construct function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Constructs a transliteration object.
PhpTransliteration::__construct function core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Constructs a PhpTransliteration object.
PhpTransliterationTest class core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests Transliteration component functionality.
PhpTransliterationTest class core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php Tests Transliteration component functionality.
PhpTransliterationTest.php file core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php
PhpTransliterationTest.php file core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php
PhpTransliterationTest::providerTestPhpTransliteration function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Provides data for self::testPhpTransliteration().
PhpTransliterationTest::providerTestPhpTransliterationRemoveDiacritics function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Provides data for self::testRemoveDiacritics().
PhpTransliterationTest::providerTestPhpTransliterationWithAlter function core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php Provides test data for testPhpTransliterationWithAlter.
PhpTransliterationTest::testPhpTransliteration function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests the PhpTransliteration class.
PhpTransliterationTest::testPhpTransliterationWithAlter function core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php Tests the PhpTransliteration with an alter hook.
PhpTransliterationTest::testRemoveDiacritics function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests the PhpTransliteration::removeDiacritics() function.
PhpTransliterationTest::testSafeInclude function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests inclusion is safe.
PhpUnitAutoloaderTest class core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php Tests that classes are correctly loaded during PHPUnit initialization.
PhpUnitAutoloaderTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php
PhpUnitAutoloaderTest::testPhpUnitTestClassesLoading function core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php Tests loading of classes provided by test sub modules.
PhpUnitBridgeIsolatedTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php Test how unit tests interact with deprecation errors in process isolation.
PhpUnitBridgeIsolatedTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
PhpUnitBridgeIsolatedTest::testDeprecatedClass function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
PhpUnitBridgeRequiresTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php Test how unit tests interact with deprecation errors.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.