Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpStorageFactoryTest::testGetOverride | function | core/ |
Tests the get() method with overridden settings. |
| PhpStorageInterface | interface | core/ |
Stores and loads PHP code. |
| PhpStorageInterface.php | file | core/ |
|
| PhpStorageInterface::delete | function | core/ |
Deletes PHP code from storage. |
| PhpStorageInterface::deleteAll | function | core/ |
Removes all files in this bin. |
| PhpStorageInterface::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| PhpStorageInterface::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
| PhpStorageInterface::getFullPath | function | core/ |
Gets the full file path. |
| PhpStorageInterface::listAll | function | core/ |
Lists all the files in the storage. |
| PhpStorageInterface::load | function | core/ |
Loads PHP code from storage. |
| PhpStorageInterface::save | function | core/ |
Saves PHP code to storage. |
| PhpStorageTestBase | class | core/ |
Base test for PHP storages. |
| PhpStorageTestBase.php | file | core/ |
|
| PhpStorageTestBase::$directory | property | core/ |
A unique per test class directory path to test php storage. |
| PhpStorageTestBase::additionalAssertCRUD | function | core/ |
Additional asserts to be run. |
| PhpStorageTestBase::assertCRUD | function | core/ |
Assert that a PHP storage's load/save/delete operations work. |
| PhpStorageTestBase::setUp | function | core/ |
|
| PhpStreamWrapperInterface | interface | core/ |
Defines a generic PHP stream wrapper interface. |
| PhpStreamWrapperInterface.php | file | core/ |
|
| PhpStreamWrapperInterface::dir_closedir | function | core/ |
Close directory handle. |
| PhpStreamWrapperInterface::dir_opendir | function | core/ |
Open directory handle. |
| PhpStreamWrapperInterface::dir_readdir | function | core/ |
Read entry from directory handle. |
| PhpStreamWrapperInterface::dir_rewinddir | function | core/ |
Rewind directory handle. |
| PhpStreamWrapperInterface::mkdir | function | core/ |
Create a directory. |
| PhpStreamWrapperInterface::rename | function | core/ |
Renames a file or directory. |
| PhpStreamWrapperInterface::rmdir | function | core/ |
Removes a directory. |
| PhpStreamWrapperInterface::stream_cast | function | core/ |
Retrieve the underlying stream resource. |
| PhpStreamWrapperInterface::stream_close | function | core/ |
Closes stream. |
| PhpStreamWrapperInterface::stream_eof | function | core/ |
Tests for end-of-file on a file pointer. |
| PhpStreamWrapperInterface::stream_flush | function | core/ |
Flushes the output. |
| PhpStreamWrapperInterface::stream_lock | function | core/ |
Advisory file locking. |
| PhpStreamWrapperInterface::stream_metadata | function | core/ |
Sets metadata on the stream. |
| PhpStreamWrapperInterface::stream_open | function | core/ |
Opens file or URL. |
| PhpStreamWrapperInterface::stream_read | function | core/ |
Read from stream. |
| PhpStreamWrapperInterface::stream_seek | function | core/ |
Seeks to specific location in a stream. |
| PhpStreamWrapperInterface::stream_set_option | function | core/ |
Change stream options. |
| PhpStreamWrapperInterface::stream_stat | function | core/ |
Retrieve information about a file resource. |
| PhpStreamWrapperInterface::stream_tell | function | core/ |
Retrieve the current position of a stream. |
| PhpStreamWrapperInterface::stream_truncate | function | core/ |
Truncate stream. |
| PhpStreamWrapperInterface::stream_write | function | core/ |
Write to stream. |
| PhpStreamWrapperInterface::unlink | function | core/ |
Delete a file. |
| PhpStreamWrapperInterface::url_stat | function | core/ |
Retrieve information about a file. |
| PhpTransliteration | class | core/ |
Enhances PhpTransliteration with an alter hook. |
| PhpTransliteration | class | core/ |
Implements transliteration without using the PECL extensions. |
| PhpTransliteration.php | file | core/ |
|
| PhpTransliteration.php | file | core/ |
|
| PhpTransliteration::$dataDirectory | property | core/ |
Directory where data for transliteration resides. |
| PhpTransliteration::$fixTransliterateForRemoveDiacritics | property | core/ |
Special characters for ::removeDiacritics(). |
| PhpTransliteration::$genericMap | property | core/ |
Non-language-specific transliteration tables. |
| PhpTransliteration::$languageOverrides | property | core/ |
Associative array of language-specific character transliteration tables. |
Pagination
- Previous page
- Page 1084
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.