Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
PhpUnitBridgeRequiresTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php
PhpUnitBridgeRequiresTest::providerTestWillNeverRun function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php Data provider for ::testWillNeverRun().
PhpUnitBridgeRequiresTest::testWillNeverRun function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeRequiresTest.php Tests the @requires annotation.
PhpUnitBridgeTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Test how unit tests interact with deprecation errors.
PhpUnitBridgeTest class core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Test how kernel tests interact with deprecation errors.
PhpUnitBridgeTest class core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests Drupal's integration with Symfony PHPUnit Bridge.
PhpUnitBridgeTest.php file core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php The theme to install as the default for testing.
PhpUnitBridgeTest::$modules property core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Modules to install.
PhpUnitBridgeTest::$modules property core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Modules to install.
PhpUnitBridgeTest::testDeprecatedClass function core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::testDeprecatedClass function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Tests class-level deprecation.
PhpUnitBridgeTest::testDeprecatedFunction function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::testDeprecatedFunction function core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::testErrorOnSiteUnderTest function core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests deprecation message from deprecated route.
PhpUnitBridgeTest::testSilencedError function core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests deprecation message from deprecation_test_function().
PhpUnitBridgeTest::testWillNeverRun function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Tests the @requires annotation in conjunction with DrupalListener.
PhpUnitTestRunnerTest::providerTestSummarizeResults function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php
PirateDayCacheabilityMetadataConfigOverride class core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Test implementation of a config override that provides cacheability metadata.
PirateDayCacheabilityMetadataConfigOverride.php file core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php
PirateDayCacheabilityMetadataConfigOverride::createConfigObject function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Creates a configuration object for use during install and synchronization.
PirateDayCacheabilityMetadataConfigOverride::getCacheableMetadata function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Gets the cacheability metadata associated with the config factory override.
PirateDayCacheabilityMetadataConfigOverride::getCacheSuffix function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php The string to append to the configuration static cache name.
PirateDayCacheabilityMetadataConfigOverride::loadOverrides function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Returns config overrides.
PlaceholderGeneratorTest::providerCreatePlaceholderGeneratesValidHtmlMarkup function core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php
PlaceholderGeneratorTest::testCreatePlaceholderGeneratesValidHtmlMarkup function core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php @covers ::createPlaceholder[[api-linebreak]]
@dataProvider providerCreatePlaceholderGeneratesValidHtmlMarkup
PlaceholderInterface::uniqueIdentifier function core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php Returns a unique identifier for this object.
PlainTextOutputTest::providerRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Data provider for ::testRenderFromHtml()
plugin.manager.field.widget service core/core.services.yml Drupal\Core\Field\WidgetPluginManager
plugin.manager.lazy_route_provider_install_test service core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml \Drupal\lazy_route_provider_install_test\PluginManager
plugin.manager.migrate.id_map service core/modules/migrate/migrate.services.yml Drupal\migrate\Plugin\MigratePluginManager
plugin.manager.views.argument_validator service core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
Plugin::getId function core/lib/Drupal/Component/Annotation/Plugin.php Gets the unique ID for this annotated class.
Plugin::getProvider function core/lib/Drupal/Component/Annotation/Plugin.php Gets the name of the provider of the annotated class.
Plugin::setProvider function core/lib/Drupal/Component/Annotation/Plugin.php Sets the name of the provider of the annotated class.
PluginBase::$pluginId property core/lib/Drupal/Component/Plugin/PluginBase.php The plugin ID.
PluginBase::getBaseId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the base_plugin_id of the plugin instance.
PluginBase::getDerivativeId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the derivative_id of the plugin instance.
PluginBase::getPluginId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the plugin ID of the plugin instance.
PluginBase::getProvider function core/modules/views/src/Plugin/views/PluginBase.php Returns the plugin provider.
PluginBase::validate function core/modules/views/src/Plugin/views/PluginBase.php Validate that the plugin is correct and can be saved.
PluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php Validate the options form.
PluginBaseTest::providerTestFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest::providerTestGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetBaseId().
PluginBaseTest::providerTestGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetDerivativeId().
PluginBaseTest::providerTestGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetPluginId().
PluginBaseTest::providerTestSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testSetOptionDefault().
PluginBaseTest::providerTestUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testUnpackOptions().

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