Search for %s

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.