Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ForumBreadcrumbBuilderBaseTest::testConstructor | function | core/ |
Tests ForumBreadcrumbBuilderBase::__construct(). |
| ForumController | class | core/ |
Controller routines for forum routes. |
| ForumController.php | file | core/ |
|
| ForumController::$commentEntityTypeDefinition | property | core/ |
Comment entity type, we need to get cache tags from here. |
| ForumController::$fieldMap | property | core/ |
Field map of existing fields on the site. |
| ForumController::$forumManager | property | core/ |
Forum manager service. |
| ForumController::$nodeAccess | property | core/ |
Node access control handler. |
| ForumController::$nodeEntityTypeDefinition | property | core/ |
Node entity type, we need to get cache tags from here. |
| ForumController::$nodeTypeStorage | property | core/ |
Node type storage handler. |
| ForumController::$renderer | property | core/ |
The renderer. |
| ForumController::$termStorage | property | core/ |
Term storage. |
| ForumController::$vocabularyStorage | property | core/ |
Vocabulary storage. |
| ForumController::addContainer | function | core/ |
Returns add container entity form. |
| ForumController::addForum | function | core/ |
Returns add forum entity form. |
| ForumController::build | function | core/ |
Returns a renderable forum index page array. |
| ForumController::buildActionLinks | function | core/ |
Generates an action link to display at the top of the forum listing. |
| ForumController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ForumController::forumIndex | function | core/ |
Returns forum index page. |
| ForumController::forumPage | function | core/ |
Returns forum page for a given forum. |
| ForumController::__construct | function | core/ |
Constructs a ForumController object. |
| ForumForm | class | core/ |
Base form for forum term edit forms. |
| ForumForm.php | file | core/ |
|
| ForumForm::$forumFormType | property | core/ |
Reusable type field to use in status messages. |
| ForumForm::$urlStub | property | core/ |
Reusable URL stub to use in watchdog messages. |
| ForumForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| ForumForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
| ForumForm::form | function | core/ |
Gets the actual form array to be built. |
| ForumForm::forumParentSelect | function | core/ |
Returns a select box for available parent terms. |
| ForumForm::save | function | core/ |
Form submission handler for the 'save' action. |
| 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. |
Pagination
- Previous page
- Page 737
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.