Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PhpStorageTestBase::assertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Assert that a PHP storage's load/save/delete operations work.
PhpStorageTestBase::setUp function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
PhpStreamWrapperInterface interface core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Defines a generic PHP stream wrapper interface.
PhpStreamWrapperInterface.php file core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PhpStreamWrapperInterface::dir_closedir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Close directory handle.
PhpStreamWrapperInterface::dir_opendir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Open directory handle.
PhpStreamWrapperInterface::dir_readdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Read entry from directory handle.
PhpStreamWrapperInterface::dir_rewinddir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Rewind directory handle.
PhpStreamWrapperInterface::mkdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Create a directory.
PhpStreamWrapperInterface::rename function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Renames a file or directory.
PhpStreamWrapperInterface::rmdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Removes a directory.
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 Tests for end-of-file on a file pointer.
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/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

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