| 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::buildOptionsForm |
function |
core/modules/user/src/Plugin/views/access/Permission.php |
Provide a form to edit options for this plugin. |
| PhoneField::getFieldFormatterMap |
function |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
Get a map between D6 formatters and D8 formatters for this field type. |
| PhpArrayDumper::supportsMachineFormat |
function |
core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php |
Whether this supports the machine-optimized format or not. |
| PhpassHooks::formSystemModulesUninstallConfirmFormAlter |
function |
core/modules/phpass/src/Hook/PhpassHooks.php |
Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form. |
| PhpMail::format |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Concatenates and wraps the email body for plain-text mails. |
| plugin.manager.field.formatter |
service |
core/core.services.yml |
Drupal\Core\Field\FormatterPluginManager |
| plugin.manager.views.exposed_form |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
| PluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Provide a form to edit options for this plugin. |
| PluginBase::globalTokenForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Adds elements for available core tokens to a form. |
| PluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Handle any special handling on the validate form. |
| PluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Validate the options form. |
| PluginFormBase |
class |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Provides a base class for plugin forms. |
| PluginFormBase.php |
file |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
|
| PluginFormBase::$plugin |
property |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
The plugin this form is for. |
| PluginFormBase::setPlugin |
function |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Sets the plugin for this object. |
| PluginFormBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Form validation handler. |
| PluginFormFactory |
class |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
Provides form discovery capabilities for plugins. |
| PluginFormFactory.php |
file |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
|
| PluginFormFactory::$classResolver |
property |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
The class resolver. |
| PluginFormFactory::createInstance |
function |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
Creates a new form instance. |
| PluginFormFactory::__construct |
function |
core/lib/Drupal/Core/Plugin/PluginFormFactory.php |
PluginFormFactory constructor. |