Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FormatterPluginManager | class | core/ |
Plugin type manager for field formatters. |
FormatterPluginManager.php | file | core/ |
|
FormatterPluginManager::$fieldTypeManager | property | core/ |
The field type manager to define field. |
FormatterPluginManager::$formatterOptions | property | core/ |
An array of formatter options for each field type. |
FormatterPluginManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
FormatterPluginManager::getDefaultSettings | function | core/ |
Returns the default settings of a field formatter. |
FormatterPluginManager::getInstance | function | core/ |
Overrides PluginManagerBase::getInstance(). |
FormatterPluginManager::getOptions | function | core/ |
Returns an array of formatter options for a field type. |
FormatterPluginManager::prepareConfiguration | function | core/ |
Merges default values for formatter configuration. |
FormatterPluginManager::__construct | function | core/ |
Constructs a FormatterPluginManager object. |
FormatterPluginManagerTest | class | core/ |
Tests the field formatter plugin manager. |
FormatterPluginManagerTest.php | file | core/ |
|
FormatterPluginManagerTest::testNotApplicableFallback | function | core/ |
Tests that getInstance falls back on default if current is not applicable. |
FormBuilder::$themeManager | property | core/ |
The theme manager. |
FormModeAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
FormOperations::$workspaceManager | property | core/ |
The workspace manager service. |
FormTestBase::$themeManager | property | core/ |
The mocked theme manager. |
FormTestBase::$translationManager | property | core/ |
|
ForumBreadcrumbBuilderBase::$entityTypeManager | property | core/ |
The entity type manager. |
ForumBreadcrumbBuilderBase::$forumManager | property | core/ |
The forum manager service. |
ForumController::$forumManager | property | core/ |
Forum manager service. |
ForumManager | class | core/ |
Provides forum manager service. |
ForumManager.php | file | core/ |
|
ForumManager::$commentManager | property | core/ |
The comment manager service. |
ForumManager::$configFactory | property | core/ |
Forum settings config object. |
ForumManager::$connection | property | core/ |
Database connection. |
ForumManager::$entityFieldManager | property | core/ |
Entity field manager. |
ForumManager::$entityTypeManager | property | core/ |
Entity type manager. |
ForumManager::$forumChildren | property | core/ |
Array of forum children keyed by parent forum (term) id. |
ForumManager::$forumStatistics | property | core/ |
Array of forum statistics keyed by forum (term) id. |
ForumManager::$history | property | core/ |
Array of history keyed by nid. |
ForumManager::$index | property | core/ |
Cached forum index. |
ForumManager::$lastPostData | property | core/ |
Array of last post information keyed by forum (term) id. |
ForumManager::checkNodeType | function | core/ |
Checks whether a node can be used in a forum, based on its content type. |
ForumManager::getChildren | function | core/ |
Utility method to fetch the child forums for a given forum. |
ForumManager::getForumStatistics | function | core/ |
Provides statistics for a forum. |
ForumManager::getIndex | function | core/ |
Generates and returns the forum index. |
ForumManager::getLastPost | function | core/ |
Provides the last post information for the given forum tid. |
ForumManager::getTopicOrder | function | core/ |
Gets topic sorting information based on an integer code. |
ForumManager::getTopics | function | core/ |
Gets list of forum topics. |
ForumManager::lastVisit | function | core/ |
Gets the last time the user viewed a node. |
ForumManager::LEAST_POPULAR_FIRST | constant | core/ |
Forum sort order, posts with the least comments first. |
ForumManager::MOST_POPULAR_FIRST | constant | core/ |
Forum sort order, posts with most comments first. |
ForumManager::NEWEST_FIRST | constant | core/ |
Forum sort order, newest first. |
ForumManager::OLDEST_FIRST | constant | core/ |
Forum sort order, oldest first. |
ForumManager::resetCache | function | core/ |
Resets the ForumManager index and history. |
ForumManager::unreadTopics | function | core/ |
Calculates the number of new posts in a forum that the user has not yet read. |
ForumManager::__construct | function | core/ |
Constructs the forum manager service. |
ForumManager::__sleep | function | core/ |
|
ForumManager::__wakeup | function | core/ |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.