Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PerformanceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PerformanceTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| PerformanceTest::setUp | function | core/ |
|
| PerformanceTest::testLogin | function | core/ |
Tests performance of the navigation toolbar. |
| PerformanceTestBase | class | core/ |
Collects performance metrics. |
| PerformanceTestBase.php | file | core/ |
|
| PerformanceTestBase::$modules | property | core/ |
Modules to install. |
| PerformanceTestBase::getMinkDriverArgs | function | core/ |
Gets the Mink driver args from an environment variable. |
| PerformanceTestBase::installModulesFromClassProperty | function | core/ |
Install modules defined by `static::$modules`. |
| PerformanceTestBase::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| PerformanceTestBase::setUp | function | core/ |
|
| PerformanceTestRecorder | class | core/ |
Records the number of times specific events occur. |
| PerformanceTestRecorder.php | file | core/ |
|
| PerformanceTestRecorder::$record | property | core/ |
|
| PerformanceTestRecorder::$state | property | core/ |
The state service for persistent storage if necessary. |
| PerformanceTestRecorder::getCount | function | core/ |
Gets the number of times an event occurred. |
| PerformanceTestRecorder::getSubscribedEvents | function | core/ |
|
| PerformanceTestRecorder::onRouteBuilderFinish | function | core/ |
Records a router rebuild. |
| PerformanceTestRecorder::record | function | core/ |
Records the occurrence of an event. |
| PerformanceTestRecorder::registerService | function | core/ |
Registers core.performance.test.recorder service. |
| PerformanceTestRecorder::__construct | function | core/ |
PerformanceTestRecorder constructor. |
| PerformanceTestTrait | trait | core/ |
Provides various methods to aid in collecting performance data during tests. |
| PerformanceTestTrait.php | file | core/ |
|
| PerformanceTestTrait::assertCountBetween | function | core/ |
Asserts that a count is between a min and max inclusively. |
| PerformanceTestTrait::assertMetrics | function | core/ |
Assert metrics from a performance data value object. |
| PerformanceTestTrait::collectNetworkData | function | core/ |
Prepares data for assertions. |
| PerformanceTestTrait::collectPerformanceData | function | core/ |
Executes a callable and collects performance data. |
| PerformanceTestTrait::doGetMinkDriverArgs | function | core/ |
Helper for ::getMinkDriverArgs(). |
| PerformanceTestTrait::doInstallModulesFromClassProperty | function | core/ |
Helper for ::installModulesFromClassProperty(). |
| PerformanceTestTrait::doSetUpTasks | function | core/ |
Helper for ::setUp(). |
| PerformanceTestTrait::getMetrics | function | core/ |
Get metrics from a performance data value object. |
| PerformanceTestTrait::isDatabaseCache | function | core/ |
Checks whether a database event is from the database cache implementation. |
| PerformanceTestTrait::logQuery | function | core/ |
Logs a query in the performance data. |
| PerformanceTestTrait::normalizeQuery | function | core/ |
Normalizes a query by removing the database prefix and newlines. |
| PerformanceTestTrait::openTelemetryTracing | function | core/ |
Sends metrics to OpenTelemetry. |
| PerformanceTestTrait::processChromeDriverPerformanceLogs | function | core/ |
Gets the chromedriver performance log and extracts metrics from it. |
| PerformanceTestTrait::quoteQueryArgs | function | core/ |
Wraps query arguments in double quotes if they're a string. |
| performance_test.cache_factory | service | core/ |
Drupal\performance_test\Cache\CacheFactoryDecorator |
| performance_test.cache_tags.invalidator.checksum | service | core/ |
Drupal\performance_test\Cache\CacheTagsChecksumDecorator |
| performance_test.info.yml | file | core/ |
core/modules/system/tests/modules/performance_test/performance_test.info.yml |
| performance_test.services.yml | file | core/ |
core/modules/system/tests/modules/performance_test/performance_test.services.yml |
| Permission | class | core/ |
Access plugin that provides permission-based access control. |
| Permission.php | file | core/ |
|
| Permission::$deprecatedProperties | property | core/ |
The service properties that should raise a deprecation error. |
| Permission::$moduleExtensionList | property | core/ |
Module extension list. |
| Permission::$permissionHandler | property | core/ |
The permission handler. |
| Permission::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| Permission::access | function | core/ |
Determine if the current user has access or not. |
| Permission::alterRouteDefinition | function | core/ |
Allows access plugins to alter the route definition of a view. |
| Permission::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
Pagination
- Previous page
- Page 1086
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.