Search for %s

  1. Search 7.x for %s
  2. Search 9.5.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::rmdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::stream_cast function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Retrieve the underlying stream resource.
PhpStreamWrapperInterface::stream_close function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Closes stream.
PhpStreamWrapperInterface::stream_eof function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::stream_flush function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::stream_lock function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
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
PhpStreamWrapperInterface::stream_read function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
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
PhpStreamWrapperInterface::stream_tell function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::stream_truncate function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Truncate stream.
PhpStreamWrapperInterface::stream_write function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::unlink function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::url_stat function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpTransliteration class core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Enhances PhpTransliteration with an alter hook.
PhpTransliteration class core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Implements transliteration without using the PECL extensions.
PhpTransliteration.php file core/lib/Drupal/Component/Transliteration/PhpTransliteration.php
PhpTransliteration.php file core/lib/Drupal/Core/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.
Phpunit4CompatibilityTest class core/tests/Drupal/Tests/Phpunit4CompatibilityTest.php Tests existence of the PHPUnit4 backward compatibility classes.
Phpunit4CompatibilityTest.php file core/tests/Drupal/Tests/Phpunit4CompatibilityTest.php
Phpunit4CompatibilityTest::FrameworkErrorWarning function core/tests/Drupal/Tests/Phpunit4CompatibilityTest.php Tests existence of \PHPUnit_Framework_Error_Warning.

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