Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpBackendFactory::__construct | function | core/ |
Constructs a PhpBackendFactory object. |
| PhpExtensionsValidator | class | core/ |
Performs validation if certain PHP extensions are enabled. |
| PhpExtensionsValidator.php | file | core/ |
|
| PhpExtensionsValidator::getSubscribedEvents | function | core/ |
|
| PhpExtensionsValidator::insideTest | function | core/ |
Whether this validator is running inside a test. |
| PhpExtensionsValidator::isExtensionLoaded | function | core/ |
Indicates if a particular PHP extension is loaded. |
| PhpExtensionsValidator::validateOpenSsl | function | core/ |
Flags an error if the OpenSSL extension is not installed. |
| PhpExtensionsValidator::validateXdebug | function | core/ |
Flags a warning if Xdebug is enabled. |
| PhpExtensionsValidatorTest | class | core/ |
Tests Php Extensions Validator. |
| PhpExtensionsValidatorTest.php | file | core/ |
|
| PhpExtensionsValidatorTest::providerPhpExtensionsValidation | function | core/ |
Data provider for ::testPhpExtensionsValidation(). |
| PhpExtensionsValidatorTest::testPhpExtensionsValidation | function | core/ |
Tests that PHP extensions' status are checked by Package Manager. |
| PhpMail::$configFactory | property | core/ |
The configuration factory. |
| PhpMailTest::$configFactory | property | core/ |
The configuration factory. |
| 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/ |
|
| PhpTransliteration::$dataDirectory | property | core/ |
Directory where data for transliteration resides. |
| PhpTufValidator | class | core/ |
Validates that PHP-TUF is installed and correctly configured. |
| PhpTufValidator.php | file | core/ |
|
| PhpTufValidator::getRepositoryStatus | function | core/ |
Gets the TUF protection status of Composer repositories. |
| PhpTufValidator::getSubscribedEvents | function | core/ |
|
| PhpTufValidator::PLUGIN_NAME | constant | core/ |
The name of the PHP-TUF Composer integration plugin. |
| PhpTufValidator::validate | function | core/ |
Reacts to a stage event by validating PHP-TUF configuration as needed. |
| PhpTufValidator::validateTuf | function | core/ |
Flags messages if PHP-TUF is not installed and configured properly. |
| PhpTufValidator::__construct | function | core/ |
|
| PhpTufValidatorTest | class | core/ |
Tests Drupal\package_manager\Validator\PhpTufValidator. |
Pagination
- Previous page
- Page 188
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.