Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 10.3.x for manager
- Search 11.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
comment.manager | service | core/ |
Drupal\comment\CommentManager |
CommentAdminOverview::$entityTypeManager | property | core/ |
The entity type manager. |
CommentBundlesTest::$entityFieldManager | property | core/ |
|
CommentController::$commentManager | property | core/ |
The comment manager service. |
CommentController::$entityFieldManager | property | core/ |
The entity field manager. |
CommentForm::$entityFieldManager | property | core/ |
The entity field manager. |
CommentLazyBuilders::$commentManager | property | core/ |
Comment manager service. |
CommentLazyBuilders::$entityTypeManager | property | core/ |
The entity type manager service. |
CommentLinkBuilder::$commentManager | property | core/ |
Comment manager service. |
CommentLinkBuilder::$entityTypeManager | property | core/ |
The entity type manager service. |
CommentLinkBuilderTest::$commentManager | property | core/ |
Comment manager mock. |
CommentLinkBuilderTest::$entityTypeManager | property | core/ |
The entity type manager. |
CommentManager | class | core/ |
Comment manager contains common functions to manage comment fields. |
CommentManager.php | file | core/ |
|
CommentManager::$authenticatedCanPostComments | property | core/ |
Whether the \Drupal\user\RoleInterface::AUTHENTICATED_ID can post comments. |
CommentManager::$currentUser | property | core/ |
The current user. |
CommentManager::$deprecatedProperties | property | core/ |
|
CommentManager::$entityDisplayRepository | property | core/ |
The entity display repository. |
CommentManager::$entityFieldManager | property | core/ |
The entity field manager. |
CommentManager::$entityTypeManager | property | core/ |
The entity type manager. |
CommentManager::$moduleHandler | property | core/ |
The module handler service. |
CommentManager::$userConfig | property | core/ |
The user settings config object. |
CommentManager::addBodyField | function | core/ |
|
CommentManager::forbiddenMessage | function | core/ |
|
CommentManager::getCountNewComments | function | core/ |
|
CommentManager::getFields | function | core/ |
|
CommentManager::__construct | function | core/ |
Construct the CommentManager object. |
CommentManagerInterface | interface | core/ |
Comment manager contains common functions to manage comment fields. |
CommentManagerInterface.php | file | core/ |
|
CommentManagerInterface::addBodyField | function | core/ |
Creates a comment_body field. |
CommentManagerInterface::COMMENT_MODE_FLAT | constant | core/ |
Comments are displayed in a flat list - expanded. |
CommentManagerInterface::COMMENT_MODE_THREADED | constant | core/ |
Comments are displayed as a threaded list - expanded. |
CommentManagerInterface::forbiddenMessage | function | core/ |
Provides a message if posting comments is forbidden. |
CommentManagerInterface::getCountNewComments | function | core/ |
Returns the number of new comments available on a given entity for a user. |
CommentManagerInterface::getFields | function | core/ |
Utility function to return an array of comment fields. |
CommentManagerTest | class | core/ |
@coversDefaultClass \Drupal\comment\CommentManager[[api-linebreak]] @group comment |
CommentManagerTest.php | file | core/ |
|
CommentManagerTest::testGetFields | function | core/ |
Tests the getFields method. |
CommentStatistics::$entityTypeManager | property | core/ |
The entity type manager. |
CommentTypeDeleteForm::$commentManager | property | core/ |
The comment manager service. |
CommentTypeForm::$commentManager | property | core/ |
The comment manager. |
CommentTypeForm::$entityTypeManager | property | core/ |
Entity type manager service. |
CommentViewBuilder::$entityTypeManager | property | core/ |
The entity type manager. |
ConditionInterface::setExecutableManager | function | core/ |
Sets the executable manager class. |
ConditionManager | class | core/ |
A plugin manager for condition plugins. |
ConditionManager.php | file | core/ |
|
ConditionManager::createInstance | function | core/ |
|
ConditionManager::execute | function | core/ |
|
ConditionManager::getType | function | core/ |
|
ConditionManager::__construct | function | core/ |
Constructs a ConditionManager object. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.