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 11.x for %s
  6. Other projects
Title Object type File name Summary
PreExistingConfigException::$configObjects property core/lib/Drupal/Core/Config/PreExistingConfigException.php A list of configuration objects that already exist in active configuration.
PreExistingConfigException::$extension property core/lib/Drupal/Core/Config/PreExistingConfigException.php The name of the module that is being installed.
PreExistingConfigException::create function core/lib/Drupal/Core/Config/PreExistingConfigException.php Creates an exception for an extension and a list of configuration objects.
PreExistingConfigException::flattenConfigObjects function core/lib/Drupal/Core/Config/PreExistingConfigException.php Flattens the config object array to a single dimensional list.
PreExistingConfigException::getConfigObjects function core/lib/Drupal/Core/Config/PreExistingConfigException.php Gets the list of configuration objects that already exist.
PreExistingConfigException::getExtension function core/lib/Drupal/Core/Config/PreExistingConfigException.php Gets the name of the extension that is being installed.
PreExportEvent::$allowList property core/lib/Drupal/Core/DefaultContent/PreExportEvent.php Whether specific fields (keyed by name) should be exported or not.
PreExportEvent::$callbacks property core/lib/Drupal/Core/DefaultContent/PreExportEvent.php An array of export callbacks, keyed by field type.
PreExportEvent::getAllowList function core/lib/Drupal/Core/DefaultContent/PreExportEvent.php Returns a map of which fields should be exported.
PreExportEvent::getCallbacks function core/lib/Drupal/Core/DefaultContent/PreExportEvent.php Returns the field export callbacks collected by this event.
PreExportEvent::setCallback function core/lib/Drupal/Core/DefaultContent/PreExportEvent.php Sets the export callback for a specific field name or data type.
PreExportEvent::setEntityKeyExportable function core/lib/Drupal/Core/DefaultContent/PreExportEvent.php Toggles whether a specific entity key should be exported.
PreExportEvent::setExportable function core/lib/Drupal/Core/DefaultContent/PreExportEvent.php Toggles whether a specific field should be exported.
PreExportEvent::__construct function core/lib/Drupal/Core/DefaultContent/PreExportEvent.php
PrefetchedResult class core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php Class for prefetched results of a data query language (DQL) statement.
PrefetchedResult.php file core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php
PrefetchedResult::$columnNames property core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php The column names.
PrefetchedResult::$currentRowIndex property core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php The current row index in the result set.
PrefetchedResult::fetch function core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php Fetches the next row.
PrefetchedResult::fetchAllKeyed function core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php Returns the entire result set as a single associative array.
PrefetchedResult::rowCount function core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php Returns the number of rows matched by the last SQL statement.
PrefetchedResult::setFetchMode function core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php Sets the default fetch mode for this result set.
PrefetchedResult::__construct function core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php Constructor.
PrefixInfoTest class core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php Tests that the prefix info for a database schema is correct.
PrefixInfoTest class core/modules/mysqli/tests/src/Kernel/mysqli/PrefixInfoTest.php Tests that the prefix info for a database schema is correct.
PrefixInfoTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/PrefixInfoTest.php
PrefixInfoTest.php file core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php
PrefixInfoTest::testGetPrefixInfo function core/modules/mysql/tests/src/Kernel/mysql/PrefixInfoTest.php Tests that DatabaseSchema::getPrefixInfo() returns the right database.
PreImportEvent::$skip property core/lib/Drupal/Core/DefaultContent/PreImportEvent.php Entity UUIDs that should not be imported.
PreImportEvent::getSkipList function core/lib/Drupal/Core/DefaultContent/PreImportEvent.php Returns the list of entity UUIDs that should not be imported.
PreImportEvent::skip function core/lib/Drupal/Core/DefaultContent/PreImportEvent.php Adds an entity UUID to the skip list.
PreImportEvent::__construct function core/lib/Drupal/Core/DefaultContent/PreImportEvent.php Constructs a PreImportEvent object.
PreloadableRouteProviderInterface::preLoadRoutes function core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php Pre-load routes by their names using the provided list of names.
PrepareCallbackTestForm class core/tests/Drupal/Tests/Core/Form/FormStateTest.php A test form used for the prepareCallback() tests.
PrepareCallbackTestForm::buildForm function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Form constructor.
PrepareCallbackTestForm::getFormId function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Returns a unique string identifying the form.
PrepareCallbackTestForm::submitForm function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Form submission handler.
PrepareCallbackTestForm::validateForm function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Form validation handler.
PrepareLayout::$layoutTempstoreRepository property core/modules/layout_builder/src/EventSubscriber/PrepareLayout.php The layout tempstore repository.
PrepareLayout::$messenger property core/modules/layout_builder/src/EventSubscriber/PrepareLayout.php The messenger service.
PrepareLayout::getSubscribedEvents function core/modules/layout_builder/src/EventSubscriber/PrepareLayout.php
PrepareLayout::__construct function core/modules/layout_builder/src/EventSubscriber/PrepareLayout.php Constructs a new PrepareLayout.
PrepareLayoutEvent::$sectionStorage property core/modules/layout_builder/src/Event/PrepareLayoutEvent.php The section storage plugin.
PrepareLayoutEvent::getSectionStorage function core/modules/layout_builder/src/Event/PrepareLayoutEvent.php Gets the section storage.
PrepareLayoutEvent::__construct function core/modules/layout_builder/src/Event/PrepareLayoutEvent.php Constructs a new PrepareLayoutEvent.
PrepareModulesEntityUninstallForm class core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Provides a form removing module content entities data before uninstallation.
PrepareModulesEntityUninstallForm.php file core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
PrepareModulesEntityUninstallForm::$entityTypeId property core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php The entity type ID of the entities to delete.
PrepareModulesEntityUninstallForm::$entityTypeManager property core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php The entity type manager.
PrepareModulesEntityUninstallForm::buildForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form constructor.

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