Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormValidatorTest::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormValidatorTest::$formErrorHandler | property | core/ |
The form error handler. |
| FormValidatorTest::$logger | property | core/ |
A logger instance. |
| FormValidatorTest::providerTestHandleErrorsWithLimitedValidation | function | core/ |
|
| FormValidatorTest::providerTestPerformRequiredValidation | function | core/ |
|
| FormValidatorTest::providerTestRequiredErrorMessage | function | core/ |
|
| FormValidatorTest::setUp | function | core/ |
|
| FormValidatorTest::testElementValidate | function | core/ |
@covers ::doValidateForm[[api-linebreak]] |
| FormValidatorTest::testExecuteValidateHandlers | function | core/ |
@covers ::executeValidateHandlers[[api-linebreak]] |
| FormValidatorTest::testHandleErrorsWithLimitedValidation | function | core/ |
@covers ::handleErrorsWithLimitedValidation[[api-linebreak]] |
| FormValidatorTest::testMustValidate | function | core/ |
Tests the 'must_validate' $form_state flag. |
| FormValidatorTest::testPerformRequiredValidation | function | core/ |
@covers ::performRequiredValidation[[api-linebreak]] |
| FormValidatorTest::testPreventDuplicateValidation | function | core/ |
Tests the 'must_validate' $form_state flag. |
| FormValidatorTest::testRequiredErrorMessage | function | core/ |
@covers ::doValidateForm[[api-linebreak]] |
| FormValidatorTest::testValidateInvalidFormToken | function | core/ |
@covers ::validateForm[[api-linebreak]] |
| FormValidatorTest::testValidateValidFormToken | function | core/ |
@covers ::validateForm[[api-linebreak]] |
| FormValidatorTest::testValidationComplete | function | core/ |
Tests the 'validation_complete' $form_state flag. |
| form_validator | service | core/ |
Drupal\Core\Form\FormValidator |
| forum.index_storage | service | core/ |
Drupal\forum\ForumIndexStorage |
| forum.uninstall_validator | service | core/ |
Drupal\forum\ForumUninstallValidator |
| ForumBlockTest::createForumTopics | function | core/ |
Creates a forum topic. |
| ForumBlockTest::testActiveForumTopicsBlock | function | core/ |
Tests the "Active forum topics" block. |
| ForumBlockTest::testNewForumTopicsBlock | function | core/ |
Tests the "New forum topics" block. |
| ForumBreadcrumbBuilderBase::$termStorage | property | core/ |
The taxonomy term storage. |
| ForumBreadcrumbBuilderBaseTest::testConstructor | function | core/ |
Tests ForumBreadcrumbBuilderBase::__construct(). |
| ForumController::$nodeTypeStorage | property | core/ |
Node type storage handler. |
| ForumController::$termStorage | property | core/ |
Term storage. |
| ForumController::$vocabularyStorage | property | core/ |
Vocabulary storage. |
| ForumIndexStorage | class | core/ |
Handles CRUD operations to {forum_index} table. |
| ForumIndexStorage.php | file | core/ |
|
| ForumIndexStorage::$database | property | core/ |
The active database connection. |
| ForumIndexStorage::create | function | core/ |
Creates a record in {forum} table for the given node. |
| ForumIndexStorage::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
| ForumIndexStorage::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
| ForumIndexStorage::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
| ForumIndexStorage::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
| ForumIndexStorage::getOriginalTermId | function | core/ |
Returns the forum term id associated with an existing forum node. |
| ForumIndexStorage::read | function | core/ |
Reads an array of {forum} records for the given revision ids. |
| ForumIndexStorage::update | function | core/ |
Updates the {forum} table for the given node. |
| ForumIndexStorage::updateIndex | function | core/ |
Updates the {forum_index} records for a given node. |
| ForumIndexStorage::__construct | function | core/ |
Constructs a ForumIndexStorage object. |
| ForumIndexStorageInterface | interface | core/ |
Handles CRUD operations to {forum_index} table. |
| ForumIndexStorageInterface.php | file | core/ |
|
| ForumIndexStorageInterface::create | function | core/ |
Creates a record in {forum} table for the given node. |
| ForumIndexStorageInterface::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
| ForumIndexStorageInterface::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
| ForumIndexStorageInterface::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
| ForumIndexStorageInterface::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
| ForumIndexStorageInterface::getOriginalTermId | function | core/ |
Returns the forum term id associated with an existing forum node. |
| ForumIndexStorageInterface::read | function | core/ |
Reads an array of {forum} records for the given revision ids. |
Pagination
- Previous page
- Page 108
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.