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
PrivateTempStoreTest::testGet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the get() method.
PrivateTempStoreTest::testGetMetadata function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testSet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests a successful set() call.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the set() method with no lock available.
ProceduralApiDeprecationTest class core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php Tests the deprecation of global rendering functions.
ProceduralApiDeprecationTest.php file core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php
ProceduralApiDeprecationTest::setUp function core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php
ProceduralApiDeprecationTest::testHideDeprecation function core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php Tests the deprecation of the global hide() function.
ProceduralApiDeprecationTest::testShowDeprecation function core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php Tests the deprecation of the global show() function.
ProceduralHookScanStop class core/lib/Drupal/Core/Hook/Attribute/ProceduralHookScanStop.php Defines a ProceduralHookScanStop attribute object.
ProceduralHookScanStop.php file core/lib/Drupal/Core/Hook/Attribute/ProceduralHookScanStop.php
ProceduralHookThemeHooks class core/modules/system/tests/themes/HookCollector/procedural_hook_theme/src/Hook/ProceduralHookThemeHooks.php Confirms LegacyHook works with themes.
ProceduralHookThemeHooks.php file core/modules/system/tests/themes/HookCollector/procedural_hook_theme/src/Hook/ProceduralHookThemeHooks.php
ProceduralHookThemeHooks::proceduralLegacyAlter function core/modules/system/tests/themes/HookCollector/procedural_hook_theme/src/Hook/ProceduralHookThemeHooks.php #[Hook('procedural_legacy_alter')]
procedural_hooks.inc file core/modules/system/tests/modules/HookCollector/ignored_directories_hook_collector_test/ignored_directory/procedural_hooks.inc
procedural_hooks.theme file core/modules/system/tests/themes/HookCollector/ignored_directories_theme/ignored_directory/procedural_hooks.theme
procedural_hook_theme_preprocess_node function core/modules/system/tests/themes/HookCollector/procedural_hook_theme/procedural_hook_theme.theme Implements hook_preprocess_HOOK().
procedural_hook_theme_preprocess_node__article function core/modules/system/tests/themes/HookCollector/procedural_hook_theme/procedural_hook_theme.theme Implements hook_preprocess_HOOK().
ProcessedText class core/modules/filter/src/Element/ProcessedText.php Provides a processed text render element.
ProcessedText.php file core/modules/filter/src/Element/ProcessedText.php
ProcessedText::configFactory function core/modules/filter/src/Element/ProcessedText.php Wraps the config factory.
ProcessedText::getInfo function core/modules/filter/src/Element/ProcessedText.php Returns the element properties for this element.
ProcessedText::logger function core/modules/filter/src/Element/ProcessedText.php Wraps a logger channel.
ProcessedText::preRenderText function core/modules/filter/src/Element/ProcessedText.php Pre-render callback: Renders a processed text element into #markup.
ProcessedTextTestTrait trait core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php Provides a trait for testing processed text.
ProcessedTextTestTrait.php file core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php
ProcessedTextTestTrait::processText function core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php Processes a text using the renderer.
ProcessFactory class core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php Process factory that always sets the COMPOSER_MIRROR_PATH_REPOS env variable.
ProcessFactory.php file core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php
ProcessFactory::create function core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php
ProcessFactory::__construct function core/modules/package_manager/tests/modules/fixture_manipulator/src/ProcessFactory.php Constructs a ProcessFactory object.
ProcessField class core/modules/field/src/Plugin/migrate/process/ProcessField.php Get the value from a method call on a field plugin instance.
ProcessField.php file core/modules/field/src/Plugin/migrate/process/ProcessField.php
ProcessField::$fieldPluginManager property core/modules/field/src/Plugin/migrate/process/ProcessField.php The field plugin manager.
ProcessField::$migration property core/modules/field/src/Plugin/migrate/process/ProcessField.php The migration being run.
ProcessField::callMethodOnFieldPlugin function core/modules/field/src/Plugin/migrate/process/ProcessField.php Instantiate a field plugin and call a method on it.
ProcessField::create function core/modules/field/src/Plugin/migrate/process/ProcessField.php Instantiates a new instance of the implementing class using autowiring.
ProcessField::transform function core/modules/field/src/Plugin/migrate/process/ProcessField.php Performs the associated process.
ProcessField::__construct function core/modules/field/src/Plugin/migrate/process/ProcessField.php Constructs a ProcessField plugin.
ProcessFieldTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Tests the ProcessField migrate process plugin.
ProcessFieldTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php
ProcessFieldTest::$fieldManager property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migrate field manager.
ProcessFieldTest::$fieldPlugin property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migrate field plugin.
ProcessFieldTest::$migrateExecutable property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migration executable.
ProcessFieldTest::$migration property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The migration.
ProcessFieldTest::$row property core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php The row object.
ProcessFieldTest::providerTestTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Provides data for the transform method test.
ProcessFieldTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php
ProcessFieldTest::testTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Tests the transform method.
ProcessingTest class core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batch processing in form and non-form workflow.

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