Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| ForumIndexStorageInterface::update | function | core/ |
Updates the {forum} table for the given node. |
| ForumIndexStorageInterface::updateIndex | function | core/ |
Updates the {forum_index} records for a given node. |
| ForumLeafConstraintValidator | class | core/ |
Validates the ForumLeaf constraint. |
| ForumLeafConstraintValidator.php | file | core/ |
|
| ForumLeafConstraintValidator::validate | function | core/ |
|
| ForumManager::$configFactory | property | core/ |
Forum settings config object. |
| ForumManager::$history | property | core/ |
Array of history keyed by nid. |
| ForumManager::getTopicOrder | function | core/ |
Gets topic sorting information based on an integer code. |
| ForumManager::getTopics | function | core/ |
Gets list of forum topics. |
| ForumManager::unreadTopics | function | core/ |
Calculates the number of new posts in a forum that the user has not yet read. |
| ForumManagerInterface::getTopics | function | core/ |
Gets list of forum topics. |
| ForumManagerInterface::unreadTopics | function | core/ |
Calculates the number of new posts in a forum that the user has not yet read. |
| ForumTest::$editAnyTopicsUser | property | core/ |
A user that can create, edit, and delete forum topics. |
| ForumTest::$editOwnTopicsUser | property | core/ |
A user that can create forum topics and edit its own topics. |
| ForumTest::createForumTopic | function | core/ |
Creates a forum topic. |
| ForumTest::generateForumTopics | function | core/ |
Generates forum topics. |
| ForumTest::testAddOrphanTopic | function | core/ |
Tests that forum nodes can't be added without a parent. |
| ForumTest::testForumTopicButton | function | core/ |
Evaluate whether "Add new Forum topic" button is present or not. |
| ForumUninstallTest::testForumUninstallWithoutFieldStorage | function | core/ |
Tests uninstallation if the field storage has been deleted beforehand. |
| ForumUninstallValidator | class | core/ |
Prevents forum module from being uninstalled under certain conditions. |
| ForumUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\forum\ForumUninstallValidator. |
| ForumUninstallValidator.php | file | core/ |
|
| ForumUninstallValidator.php | file | core/ |
|
| ForumUninstallValidator::$configFactory | property | core/ |
The config factory. |
| ForumUninstallValidator::$container | property | core/ |
The service container. |
| ForumUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| ForumUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager. |
| ForumUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| ForumUninstallValidator::getForumVocabulary | function | core/ |
Returns the vocabulary configured for forums. |
| ForumUninstallValidator::hasForumNodes | function | core/ |
Determines if there are any forum nodes or not. |
| ForumUninstallValidator::hasTermsForVocabulary | function | core/ |
Determines if there are any taxonomy terms for a specified vocabulary. |
| ForumUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
Pagination
- Previous page
- Page 119
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.