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
FormValidatorTest::testExecuteValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::executeValidateHandlers
FormValidatorTest::testHandleErrorsWithLimitedValidation function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::handleErrorsWithLimitedValidation
FormValidatorTest::testMustValidate function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Tests the 'must_validate' $form_state flag.
FormValidatorTest::testPerformRequiredValidation function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::performRequiredValidation
FormValidatorTest::testPreventDuplicateValidation function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Tests the 'must_validate' $form_state flag.
FormValidatorTest::testRequiredErrorMessage function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::doValidateForm
FormValidatorTest::testValidateInvalidFormToken function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::validateForm
FormValidatorTest::testValidateValidFormToken function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::validateForm
FormValidatorTest::testValidationComplete function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Tests the 'validation_complete' $form_state flag.
FormValidatorTestMockInterface interface core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Interface used in the mocking process of this test.
FormValidatorTestMockInterface::element_validate function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValidatorTestMockInterface::hash_validate function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValidatorTestMockInterface::validate_handler function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValuesTest::formModeProvider function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Data provider for testSimpleAjaxFormValue.
FormValuesTest::testSimpleInvalidCallbacksAjaxFormValue function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Tests that AJAX elements with invalid callbacks return error code 500.
form_test.http_middleware service core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\StackMiddleware\FormTestMiddleware
forum.uninstall_validator service core/modules/forum/forum.services.yml Drupal\forum\ForumUninstallValidator
ForumIndexStorage::getOriginalTermId function core/modules/forum/src/ForumIndexStorage.php
ForumIndexStorageInterface::getOriginalTermId function core/modules/forum/src/ForumIndexStorageInterface.php Returns the forum term id associated with an existing forum node.
ForumLeafConstraintValidator class core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php Validates the ForumLeaf constraint.
ForumLeafConstraintValidator.php file core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php
ForumLeafConstraintValidator::validate function core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php
ForumListingBreadcrumbBuilderTest::providerTestApplies function core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php Provides test data for testApplies().
ForumNodeBreadcrumbBuilderTest::providerTestApplies function core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php Provides test data for testApplies().
ForumSettingsForm::getFormId function core/modules/forum/src/ForumSettingsForm.php Returns a unique string identifying the form.
ForumTest::$nids property core/modules/forum/tests/src/Functional/ForumTest.php An array of forum topic node IDs.
ForumUninstallValidator class core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Provides a proxy class for \Drupal\forum\ForumUninstallValidator.
ForumUninstallValidator class core/modules/forum/src/ForumUninstallValidator.php Prevents forum module from being uninstalled under certain conditions.
ForumUninstallValidator.php file core/modules/forum/src/ProxyClass/ForumUninstallValidator.php
ForumUninstallValidator.php file core/modules/forum/src/ForumUninstallValidator.php
ForumUninstallValidator::$configFactory property core/modules/forum/src/ForumUninstallValidator.php The config factory.
ForumUninstallValidator::$container property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The service container.
ForumUninstallValidator::$drupalProxyOriginalServiceId property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The id of the original proxied service.
ForumUninstallValidator::$entityTypeManager property core/modules/forum/src/ForumUninstallValidator.php The entity type manager.
ForumUninstallValidator::$service property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The real proxied service, after it was lazy loaded.
ForumUninstallValidator::getForumVocabulary function core/modules/forum/src/ForumUninstallValidator.php Returns the vocabulary configured for forums.
ForumUninstallValidator::hasForumNodes function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any forum nodes or not.
ForumUninstallValidator::hasTermsForVocabulary function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any taxonomy terms for a specified vocabulary.
ForumUninstallValidator::lazyLoadItself function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Lazy loads the real service from the container.
ForumUninstallValidator::setStringTranslation function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php
ForumUninstallValidator::validate function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Determines the reasons a module can not be uninstalled.
ForumUninstallValidator::validate function core/modules/forum/src/ForumUninstallValidator.php Determines the reasons a module can not be uninstalled.
ForumUninstallValidator::__construct function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
ForumUninstallValidator::__construct function core/modules/forum/src/ForumUninstallValidator.php Constructs a new ForumUninstallValidator.
ForumUninstallValidatorTest class core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @coversDefaultClass \Drupal\forum\ForumUninstallValidator
@group forum
@group legacy
ForumUninstallValidatorTest.php file core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::$forumUninstallValidator property core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::setUp function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::testValidate function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasForumNodes function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate

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