Search for to
Title | Object type | File name | Summary |
---|---|---|---|
PendingUpdatesValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\PendingUpdatesValidator[[api-linebreak]] @group package_manager @internal |
PendingUpdatesValidatorTest.php | file | core/ |
|
PendingUpdatesValidatorTest::$modules | property | core/ |
Modules to install. |
PendingUpdatesValidatorTest::testNoPendingUpdates | function | core/ |
Tests that no error is raised if there are no pending updates. |
PendingUpdatesValidatorTest::testPendingPostUpdate | function | core/ |
Tests that an error is raised if there are pending post-updates. |
PendingUpdatesValidatorTest::testPendingUpdateAfterStaged | function | core/ |
Tests that pending updates stop an operation from being applied. |
PendingUpdatesValidatorTest::testPendingUpdateHook | function | core/ |
Tests that an error is raised if there are pending schema updates. |
PerformanceDataCollector | class | core/ |
Collects and stores performance data for database and cache operations. |
PerformanceDataCollector.php | file | core/ |
|
PerformanceDataCollector::$cacheOperations | property | core/ |
Cache operations collected during the request. |
PerformanceDataCollector::$cacheTagOperations | property | core/ |
Cache tag operations collected during the request. |
PerformanceDataCollector::$databaseEvents | property | core/ |
Database events collected during the request. |
PerformanceDataCollector::addCacheOperation | function | core/ |
Adds a cache operation. |
PerformanceDataCollector::addCacheTagOperation | function | core/ |
Adds a cache tag operation. |
PerformanceDataCollector::destruct | function | core/ |
Performs destruct operations. |
PerformanceDataCollector::getSubscribedEvents | function | core/ |
|
PerformanceDataCollector::onDatabaseEvent | function | core/ |
Logs database statements. |
performance_test.cache_factory | service | core/ |
Drupal\performance_test\Cache\CacheFactoryDecorator |
performance_test.cache_tags.invalidator.checksum | service | core/ |
Drupal\performance_test\Cache\CacheTagsChecksumDecorator |
PermissionsPerBundleTest::testActionIsOnlyAvailableToUserRoles | function | core/ |
Tests that the permissions-per-bundle action can only be applied to roles. |
PermissionsPerBundleTest::testGrantPermissionsToAllBundlesExceptSome | function | core/ |
Tests granting permissions for all bundles except certain ones. |
PhpassHashedPasswordBase::$ITOA64 | property | core/ |
|
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/ |
@covers \Drupal\package_manager\Validator\PhpExtensionsValidator[[api-linebreak]] @group package_manager @internal |
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. |
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/ |
@coversDefaultClass \Drupal\package_manager\Validator\PhpTufValidator[[api-linebreak]] @group package_manager @group #slow @internal |
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. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.