FormTestValidateRequiredForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
Form constructor. |
FormTestValidateRequiredForm::elementValidateRequired |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
|
FormTestValidateRequiredForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
Returns a unique string identifying the form. |
FormTestValidateRequiredForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
Form submission handler. |
FormTestValidateRequiredNoTitleForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Form constructor to test the #required property without #title. |
FormTestValidateRequiredNoTitleForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
|
FormTestValidateRequiredNoTitleForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Form constructor. |
FormTestValidateRequiredNoTitleForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Returns a unique string identifying the form. |
FormTestValidateRequiredNoTitleForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Form submission handler. |
FormTestVerticalTabsAccessForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
Form validation handler. |
FormUploadedFile::validate |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Validates the uploaded file information. |
FormValidationMessageOrderTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
Form validation handler. |
FormValidator::doValidateForm |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Performs validation on form elements. |
FormValidator::executeValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Executes custom validation handlers for a given form. |
FormValidator::validateForm |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Validates user-submitted form data in the $form_state. |
FormValidatorInterface::executeValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormValidatorInterface.php |
Executes custom validation handlers for a given form. |
FormValidatorInterface::validateForm |
function |
core/lib/Drupal/Core/Form/FormValidatorInterface.php |
Validates user-submitted form data in the $form_state. |
FormValidatorTest::testElementValidate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
@covers ::doValidateForm[[api-linebreak]] |
FormValidatorTest::testExecuteValidateHandlers |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
@covers ::executeValidateHandlers[[api-linebreak]] |
FormValidatorTest::testMustValidate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests the 'must_validate' $form_state flag. |
FormValidatorTest::testValidateInvalidFormToken |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
@covers ::validateForm[[api-linebreak]] |
FormValidatorTest::testValidateValidFormToken |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
@covers ::validateForm[[api-linebreak]] |
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. |
forum.post_update.php |
file |
core/modules/forum/forum.post_update.php |
Contains post update functions. |
ForumIndexStorage::update |
function |
core/modules/forum/src/ForumIndexStorage.php |
Updates the {forum} table for the given node. |
ForumIndexStorage::updateIndex |
function |
core/modules/forum/src/ForumIndexStorage.php |
Updates the {forum_index} records for a given node. |
ForumIndexStorageInterface::update |
function |
core/modules/forum/src/ForumIndexStorageInterface.php |
Updates the {forum} table for the given node. |
ForumIndexStorageInterface::updateIndex |
function |
core/modules/forum/src/ForumIndexStorageInterface.php |
Updates the {forum_index} records for a given node. |
ForumIndexUpdateTest |
class |
core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php |
Tests addition of the forum_index primary key. |
ForumIndexUpdateTest.php |
file |
core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php |
|
ForumIndexUpdateTest::setDatabaseDumpFiles |
function |
core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php |
Set database dump files to be used. |
ForumIndexUpdateTest::testUpdatePath |
function |
core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php |
Tests the update path to add the new primary key. |
ForumLeafConstraintValidator::validate |
function |
core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.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. |
ForumUninstallValidatorTest::testValidate |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
ForumUninstallValidatorTest::testValidateHasForumNodes |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
ForumUninstallValidatorTest::testValidateNotForum |
function |
core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |
forum_comment_update |
function |
core/modules/forum/forum.module |
Implements hook_ENTITY_TYPE_update() for comment entities. |
forum_node_update |
function |
core/modules/forum/forum.module |
Implements hook_ENTITY_TYPE_update() for node entities. |
forum_post_update_recreate_forum_index_rows |
function |
core/modules/forum/forum.post_update.php |
Repopulate the forum index table. |
forum_update_10100 |
function |
core/modules/forum/forum.install |
Remove the year 2038 date limitation. |
forum_update_10101 |
function |
core/modules/forum/forum.install |
Repopulate the forum index table. |
forum_update_10102 |
function |
core/modules/forum/forum.install |
Add a primary key to forum_index. |