Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Search 11.x for form
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
PerformanceData::setCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag invalidation count.
PerformanceData::setCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag isValid count.
PerformanceData::setReturnValue function core/tests/Drupal/Tests/PerformanceData.php Sets the original return value.
PerformanceData::setScriptBytes function core/tests/Drupal/Tests/PerformanceData.php Sets the script bytes.
PerformanceData::setScriptCount function core/tests/Drupal/Tests/PerformanceData.php Sets the script request count.
PerformanceData::setStylesheetBytes function core/tests/Drupal/Tests/PerformanceData.php Sets the stylesheet bytes.
PerformanceData::setStylesheetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the stylesheet request count.
PerformanceDataCollector class core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Collects and stores performance data for database and cache operations.
PerformanceDataCollector.php file core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php
PerformanceDataCollector::$cacheOperations property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Cache operations collected during the request.
PerformanceDataCollector::$cacheTagOperations property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Cache tag operations collected during the request.
PerformanceDataCollector::$databaseEvents property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Database events collected during the request.
PerformanceDataCollector::addCacheOperation function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Adds a cache operation.
PerformanceDataCollector::addCacheTagOperation function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Adds a cache tag operation.
PerformanceDataCollector::destruct function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Performs destruct operations.
PerformanceDataCollector::getSubscribedEvents function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php
PerformanceDataCollector::onDatabaseEvent function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Logs database statements.
PerformanceForm class core/modules/system/src/Form/PerformanceForm.php Configure performance settings for this site.
PerformanceForm.php file core/modules/system/src/Form/PerformanceForm.php
PerformanceForm::$cssCollectionOptimizer property core/modules/system/src/Form/PerformanceForm.php The CSS asset collection optimizer service.
PerformanceForm::$dateFormatter property core/modules/system/src/Form/PerformanceForm.php The date formatter service.
PerformanceForm::$jsCollectionOptimizer property core/modules/system/src/Form/PerformanceForm.php The JavaScript asset collection optimizer service.
PerformanceForm::$moduleHandler property core/modules/system/src/Form/PerformanceForm.php The module handler.
PerformanceForm::buildForm function core/modules/system/src/Form/PerformanceForm.php Form constructor.
PerformanceForm::create function core/modules/system/src/Form/PerformanceForm.php Instantiates a new instance of the implementing class using autowiring.
PerformanceForm::getEditableConfigNames function core/modules/system/src/Form/PerformanceForm.php Gets the configuration names that will be editable.
PerformanceForm::getFormId function core/modules/system/src/Form/PerformanceForm.php Returns a unique string identifying the form.
PerformanceForm::submitForm function core/modules/system/src/Form/PerformanceForm.php Form submission handler.
PerformanceForm::__construct function core/modules/system/src/Form/PerformanceForm.php Constructs a PerformanceForm object.
PerformanceTest class core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php Tests performance with the navigation toolbar enabled.
PerformanceTest.php file core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php
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
PerformanceTestBase::getMinkDriverArgs function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php
PerformanceTestBase::installModulesFromClassProperty function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php
PerformanceTestBase::prepareEnvironment function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php
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.

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