Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| PhpTufValidatorTest.php | file | core/ |
|
| PhpTufValidatorTest::providerInvalidConfiguration | function | core/ |
Data provider for testing invalid plugin configuration. |
| PhpTufValidatorTest::providerInvalidConfigurationInStage | function | core/ |
Data provider for testing invalid plugin configuration in the stage. |
| PhpTufValidatorTest::setUp | function | core/ |
|
| PhpTufValidatorTest::testInvalidConfigurationInProjectRoot | function | core/ |
Tests errors caused by invalid plugin configuration in the project root. |
| PhpTufValidatorTest::testInvalidConfigurationInStage | function | core/ |
Tests errors caused by invalid plugin configuration in the stage directory. |
| PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly | function | core/ |
Tests that there are no errors if the plugin is set up correctly. |
| PhpTufValidatorTest::testPluginNotInstalledInProjectRoot | function | core/ |
Tests there is an error if the plugin is not installed in the project root. |
| PhpTufValidatorTest::testPluginRemovedFromStagePreApply | function | core/ |
Tests removing the plugin from the stage before applying it. |
Pagination
- Previous page
- Page 197
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.