Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpRequirementTest::testStatusPage | function | core/ |
Tests status report messages regarding the PHP version. |
| PhpScriptFilter | class | core/ |
Allows .sh files explicitly listed in phpcs.xml.dist to be scanned as PHP. |
| PhpScriptFilter.php | file | core/ |
|
| PhpScriptFilter::shouldProcessFile | function | core/ |
|
| PhpSelection | class | core/ |
Defines an alternative to the default Entity Reference Selection plugin. |
| PhpSelection.php | file | core/ |
|
| PhpSelection::countReferenceableEntities | function | core/ |
|
| PhpSelection::getReferenceableEntities | function | core/ |
|
| PhpSelection::matchLabel | function | core/ |
Matches an entity label to an input string. |
| PhpSerialize | class | core/ |
Default serialization for serialized PHP. |
| PhpSerialize.php | file | core/ |
|
| PhpSerialize::decode | function | core/ |
|
| PhpSerialize::encode | function | core/ |
|
| PhpSerialize::getFileExtension | function | core/ |
|
| PhpStorageFactory | class | core/ |
Creates a php storage object. |
| PhpStorageFactory.php | file | core/ |
|
| PhpStorageFactory::get | function | core/ |
Instantiates a storage for generated PHP code. |
| PhpStorageFactoryTest | class | core/ |
Tests the PHP storage factory. |
| PhpStorageFactoryTest.php | file | core/ |
|
| PhpStorageFactoryTest::setSettings | function | core/ |
Sets the Settings() singleton. |
| PhpStorageFactoryTest::setUp | function | core/ |
|
| PhpStorageFactoryTest::testGetDefault | function | core/ |
Tests the get() method using the 'default' settings. |
| PhpStorageFactoryTest::testGetNoSettings | function | core/ |
Tests the get() method with no settings. |
| 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. |
Pagination
- Previous page
- Page 1263
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.