Search for _process_

  1. Search 7.x for _process_
  2. Search 8.9.x for _process_
  3. Search 10.3.x for _process_
  4. Search 11.x for _process_
  5. Search main for _process_
  6. Other projects
Title Object type File name Summary
comment_preprocess_field function core/modules/comment/comment.module Prepares variables for comment field templates.
common_test_preprocess_common_test_render_element function core/modules/system/tests/modules/common_test/common_test.module Implements MODULE_preprocess_HOOK().
ConfigEntityMapper::processRoute function core/modules/config_translation/src/ConfigEntityMapper.php Allows to process all config translation routes.
ConfigImporter::$processedConfiguration property core/lib/Drupal/Core/Config/ConfigImporter.php List of configuration file changes processed by the import().
ConfigImporter::$processedExtensions property core/lib/Drupal/Core/Config/ConfigImporter.php List of extension changes processed by the import().
ConfigImporter::$processedSystemTheme property core/lib/Drupal/Core/Config/ConfigImporter.php Flag set to import system.theme during processing theme install and uninstalls.
ConfigImporter::getEmptyExtensionsProcessedList function core/lib/Drupal/Core/Config/ConfigImporter.php Gets an empty list of extensions to process.
ConfigImporter::getProcessedConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Gets list of processed changes.
ConfigImporter::getProcessedExtensions function core/lib/Drupal/Core/Config/ConfigImporter.php Gets list of processed extension changes.
ConfigImporter::getUnprocessedConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Gets a list of unprocessed changes for a given operation.
ConfigImporter::getUnprocessedExtensions function core/lib/Drupal/Core/Config/ConfigImporter.php Gets a list of unprocessed changes for extensions.
ConfigImporter::hasUnprocessedConfigurationChanges function core/lib/Drupal/Core/Config/ConfigImporter.php Checks if there are any unprocessed configuration changes.
ConfigImporter::processConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Processes a configuration change.
ConfigImporter::processConfigurations function core/lib/Drupal/Core/Config/ConfigImporter.php Processes configuration as a batch operation.
ConfigImporter::processExtension function core/lib/Drupal/Core/Config/ConfigImporter.php Processes an extension change.
ConfigImporter::processExtensions function core/lib/Drupal/Core/Config/ConfigImporter.php Processes extensions as a batch operation.
ConfigImporter::processMissingContent function core/lib/Drupal/Core/Config/ConfigImporter.php Handles processing of missing content.
ConfigImporter::setProcessedConfiguration function core/lib/Drupal/Core/Config/ConfigImporter.php Sets a change as processed.
ConfigImporter::setProcessedExtension function core/lib/Drupal/Core/Config/ConfigImporter.php Sets an extension change as processed.
ConfigMapperManager::processDefinition function core/modules/config_translation/src/ConfigMapperManager.php Performs extra processing on plugin definitions.
ConfigNamesMapper::processRoute function core/modules/config_translation/src/ConfigNamesMapper.php Allows to process all config translation routes.
ConfigSubscriber::$pathProcessorLanguage property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The language path processor.
ConfigSubscriber::setPathProcessorLanguage function core/modules/language/src/EventSubscriber/ConfigSubscriber.php Injects the language path processors on multilingual site configuration.
ConfigTranslationController::$pathProcessor property core/modules/config_translation/src/Controller/ConfigTranslationController.php The path processor service.
Connection::preprocessStatement function core/lib/Drupal/Core/Database/Connection.php Returns a string SQL statement ready for preparation.
ConstraintManager::processDefinition function core/lib/Drupal/Core/Validation/ConstraintManager.php Performs extra processing on plugin definitions.
Container::processContainer function core/lib/Drupal/Core/Render/Element/Container.php Processes a container element.
ContentPreprocess.php file core/modules/content_moderation/src/ContentPreprocess.php
ContentPreprocess::$routeMatch property core/modules/content_moderation/src/ContentPreprocess.php The route match service.
ContentPreprocess::create function core/modules/content_moderation/src/ContentPreprocess.php Instantiates a new instance of this class.
ContentPreprocess::isLatestVersionPage function core/modules/content_moderation/src/ContentPreprocess.php Checks whether a route is the "Latest version" tab of a node.
ContentPreprocess::preprocessNode function core/modules/content_moderation/src/ContentPreprocess.php
ContentPreprocess::__construct function core/modules/content_moderation/src/ContentPreprocess.php Constructor.
ContentPreprocessTest class core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php @coversDefaultClass \Drupal\content_moderation\ContentPreprocess[[api-linebreak]]
ContentPreprocessTest.php file core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php
ContentPreprocessTest::routeNodeProvider function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Data provider for self::testIsLatestVersionPage().
ContentPreprocessTest::setupCurrentRouteMatch function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Mock the current route matching object.
ContentPreprocessTest::setupNode function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Mock a node object.
ContentPreprocessTest::testIsLatestVersionPage function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php @covers ::isLatestVersionPage[[api-linebreak]]
@dataProvider routeNodeProvider
content_moderation_preprocess_node function core/modules/content_moderation/content_moderation.module Implements hook_preprocess_HOOK().
content_translation_preprocess_language_content_settings_table function core/modules/content_translation/content_translation.module Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
ContextualLinkManager::processDefinition function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Performs extra processing on plugin definitions.
ContextualLinkManagerTest::testProcessDefinitionWithoutGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a group.
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a route.
Cron::processQueues function core/lib/Drupal/Core/Cron.php Processes cron queues.
CronQueueTestBrokenQueue::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php Works on a single queue item.
CronQueueTestDatabaseDelayException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php Works on a single queue item.
CronQueueTestException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php Works on a single queue item.
CronQueueTestLeaseTime::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php Works on a single queue item.
CronQueueTestMemoryDelayException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php Works on a single queue item.

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