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
PDOConnection::beginTransaction function core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php
PdoResult class core/lib/Drupal/Core/Database/Statement/PdoResult.php Class for PDO-provided results of a data query language (DQL) statement.
PdoResult.php file core/lib/Drupal/Core/Database/Statement/PdoResult.php
PdoResult::fetch function core/lib/Drupal/Core/Database/Statement/PdoResult.php Fetches the next row.
PdoResult::fetchAll function core/lib/Drupal/Core/Database/Statement/PdoResult.php Returns an array containing all of the result set rows.
PdoResult::getClientStatement function core/lib/Drupal/Core/Database/Statement/PdoResult.php Returns the client-level database PDO statement object.
PdoResult::rowCount function core/lib/Drupal/Core/Database/Statement/PdoResult.php Returns the number of rows matched by the last SQL statement.
PdoResult::setFetchMode function core/lib/Drupal/Core/Database/Statement/PdoResult.php Sets the default fetch mode for this result set.
PdoResult::__construct function core/lib/Drupal/Core/Database/Statement/PdoResult.php Constructor.
PdoTrait::clientQueryString function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Returns the query string used to prepare the statement.
PdoTrait::clientSetFetchMode function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Sets the default fetch mode for the PDO statement.
PdoTrait::fetchAsToPdo function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Converts a FetchAs mode to a \PDO::FETCH_* constant value.
PdoTrait::getClientStatement function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Returns the client-level database statement object.
PdoTrait::pdoToFetchAs function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Converts a \PDO::FETCH_* constant value to a FetchAs mode.
PendingRevisionTest class core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php Kernel tests for taxonomy pending revisions.
PendingRevisionTest.php file core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php
PendingRevisionTest::$modules property core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php Modules to install.
PendingRevisionTest::getTaxonomyIndex function core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php Retrieves the taxonomy index from the database.
PendingRevisionTest::setUp function core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php
PendingRevisionTest::testTaxonomyIndexWithPendingRevision function core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php Tests that the taxonomy index work correctly with pending revisions.
PendingUpdatesValidator class core/modules/package_manager/src/Validator/PendingUpdatesValidator.php Validates that there are no pending database updates.
PendingUpdatesValidator.php file core/modules/package_manager/src/Validator/PendingUpdatesValidator.php
PendingUpdatesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php
PendingUpdatesValidator::updatesExist function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php Checks if there are any pending update or post-update hooks.
PendingUpdatesValidator::validate function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php Validates that there are no pending database updates.
PendingUpdatesValidator::__construct function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php
PendingUpdatesValidatorTest class core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php Tests Pending Updates Validator.
PendingUpdatesValidatorTest.php file core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
PendingUpdatesValidatorTest::$modules property core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php Modules to install.
PendingUpdatesValidatorTest::testNoPendingUpdates function core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php Tests that no error is raised if there are no pending updates.
PendingUpdatesValidatorTest::testPendingPostUpdate function core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php Tests that an error is raised if there are pending post-updates.
PendingUpdatesValidatorTest::testPendingUpdateAfterStaged function core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php Tests that pending updates stop an operation from being applied.
PendingUpdatesValidatorTest::testPendingUpdateHook function core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php Tests that an error is raised if there are pending schema updates.
PercentagesTest class core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php Tests the Batch helper object.
PercentagesTest.php file core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php
PercentagesTest::providerTestPercentages function core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php Provide data for batch unit tests.
PercentagesTest::testPercentages function core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php Tests percentages.
PerComponentEntityDisplay class core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php This class imports one component of an entity display.
PerComponentEntityDisplay.php file core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php
PerComponentEntityDisplay::getEntity function core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php Gets the entity.
PerComponentEntityDisplay::MODE_NAME constant core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php
PerComponentEntityDisplayTest class core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php Tests the entity display destination plugin.
PerComponentEntityDisplayTest.php file core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php
PerComponentEntityDisplayTest::testImport function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php Tests the entity display import method.
PerComponentEntityFormDisplay class core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php This class imports one component of an entity form display.
PerComponentEntityFormDisplay.php file core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php
PerComponentEntityFormDisplay::getEntity function core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php Gets the entity.
PerComponentEntityFormDisplay::MODE_NAME constant core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php
PerComponentEntityFormDisplayTest class core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php Tests the entity display destination plugin.
PerComponentEntityFormDisplayTest.php file core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php

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