Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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. |
| PhpTuf\ComposerStager\API\Core\BeginnerInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Core\Beginner |
| PhpTuf\ComposerStager\API\Core\CleanerInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Core\Cleaner |
| PhpTuf\ComposerStager\API\Core\CommitterInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Core\Committer |
| PhpTuf\ComposerStager\API\Core\StagerInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Core\Stager |
| PhpTuf\ComposerStager\API\Environment\Service\EnvironmentInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Environment\Service\Environment |
| PhpTuf\ComposerStager\API\FileSyncer\Service\FileSyncerInterface | service | core/ |
PhpTuf\ComposerStager\Internal\FileSyncer\Service\FileSyncer |
| PhpTuf\ComposerStager\API\Filesystem\Service\FilesystemInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Filesystem\Service\Filesystem |
| PhpTuf\ComposerStager\API\Finder\Service\ExecutableFinderInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Finder\Service\ExecutableFinder |
| PhpTuf\ComposerStager\API\Finder\Service\FileFinderInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Finder\Service\FileFinder |
| PhpTuf\ComposerStager\API\Path\Factory\PathFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Path\Factory\PathFactory |
| PhpTuf\ComposerStager\API\Path\Factory\PathListFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Path\Factory\PathListFactory |
| PhpTuf\ComposerStager\API\Precondition\Service\ActiveAndStagingDirsAreDifferentInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\ActiveAndStagingDirsAreDifferent |
| PhpTuf\ComposerStager\API\Precondition\Service\ActiveDirExistsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\ActiveDirExists |
| PhpTuf\ComposerStager\API\Precondition\Service\ActiveDirIsReadyInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\ActiveDirIsReady |
| PhpTuf\ComposerStager\API\Precondition\Service\ActiveDirIsWritableInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\ActiveDirIsWritable |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.