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 10.3.x for Id
  5. Other projects
Title Object type File name Summary
OverwriteExistingPackagesValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
OverwriteExistingPackagesValidatorTest::testNewPackagesOverwriteExisting function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php Tests that new installed packages overwrite existing directories.
PackageManagerBypassServiceProvider class core/modules/package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php Defines services to bypass Package Manager's core functionality.
PackageManagerBypassServiceProvider.php file core/modules/package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php
PackageManagerBypassServiceProvider::alter function core/modules/package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php Modifies existing service definitions.
PackageManagerKernelTestBase::$disableValidators property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php The service IDs of any validators to disable.
PackageManagerTestValidationServiceProvider class core/modules/package_manager/tests/modules/package_manager_test_validation/src/PackageManagerTestValidationServiceProvider.php Modifies container services for testing.
PackageManagerTestValidationServiceProvider.php file core/modules/package_manager/tests/modules/package_manager_test_validation/src/PackageManagerTestValidationServiceProvider.php
PackageManagerTestValidationServiceProvider::alter function core/modules/package_manager/tests/modules/package_manager_test_validation/src/PackageManagerTestValidationServiceProvider.php Modifies existing service definitions.
PackageManagerUninstallValidator class core/modules/package_manager/src/PackageManagerUninstallValidator.php Prevents any module from being uninstalled if update is in process.
PackageManagerUninstallValidator.php file core/modules/package_manager/src/PackageManagerUninstallValidator.php
PackageManagerUninstallValidator::validate function core/modules/package_manager/src/PackageManagerUninstallValidator.php Determines the reasons a module can not be uninstalled.
PackageManagerUninstallValidator::__construct function core/modules/package_manager/src/PackageManagerUninstallValidator.php
package_manager.validator.collect_paths_to_exclude_fail service core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.services.yml Drupal\package_manager_test_validation\CollectPathsToExcludeFailValidator
package_manager_test_validation.info.yml file core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.info.yml core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.info.yml
package_manager_test_validation.services.yml file core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.services.yml core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.services.yml
package_manager_test_validation.subscriber service core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.services.yml Drupal\package_manager_test_validation\EventSubscriber\TestSubscriber
Page::validate function core/modules/views/src/Plugin/views/display/Page.php Validate that the plugin is correct and can be saved.
Page::validateOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Validate the options form.
PageCache::$cid property core/modules/page_cache/src/StackMiddleware/PageCache.php The cache ID for the (master) request.
PageCache::getCacheId function core/modules/page_cache/src/StackMiddleware/PageCache.php Gets the page cache ID for this request.
PageDisplayVariantSelectionEvent::$pluginId property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.
PageDisplayVariantSelectionEvent::getPluginId function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.
PageDisplayVariantSelectionEvent::setPluginId function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.
PagerManager::$maxPagerElementId property core/lib/Drupal/Core/Pager/PagerManager.php The highest pager ID created so far.
PagerManager::getMaxPagerElementId function core/lib/Drupal/Core/Pager/PagerManager.php Gets the extent of the pager page element IDs.
PagerManager::reservePagerElementId function core/lib/Drupal/Core/Pager/PagerManager.php Reserve a pager element ID.
PagerManagerInterface::getMaxPagerElementId function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets the extent of the pager page element IDs.
PagerManagerInterface::reservePagerElementId function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Reserve a pager element ID.
PagerManagerTest::providerTestGetMaxPagerElementId function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Provides test cases for PagerManagerTest::testGetMaxPagerElementId().
PagerManagerTest::testGetMaxPagerElementId function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @covers ::getMaxPagerElementId
PagerPluginBase::exposedFormValidate function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
PagerPluginBase::getPagerId function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Get the pager id, if it exists.
PagerPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for validating options.
PagerPluginBaseTest::providerTestHasMoreRecords function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Provides test data for the hasMoreRecord method test.
PagerPluginBaseTest::testGetPagerId function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getPagerId() method.
paramconverter.jsonapi.entity_uuid service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\ParamConverter\EntityUuidConverter
ParamConverterManagerTest::providerTestAddConverter function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Provide data for parameter converter manager tests.
ParamConverterManagerTest::providerTestGetConverter function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Provide data for parameter converter manager tests.
ParamConverterManagerTest::providerTestSetRouteParameterConverters function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Provides data for testSetRouteParameterConverters().
PasswordConfirm::validatePasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Validates a password_confirm element.
PasswordConfirmTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php Data provider for testValueCallback().
PasswordConfirmWidgetTest class core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the JS components added to the PasswordConfirm render element.
PasswordConfirmWidgetTest.php file core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::$assert property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php WebAssert object.
PasswordConfirmWidgetTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php The theme to install as the default for testing.
PasswordConfirmWidgetTest::$testUser property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php User for testing.
PasswordConfirmWidgetTest::setUp function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::testFillConfirmOnly function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the password confirm widget so that only confirm input is filled.
PasswordConfirmWidgetTest::testPasswordConfirmMessage function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Ensures that password match message is visible when widget is initialized.

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