Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
CKEditor5PluginManagerTest::testDerivedPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getDiscovery[[api-linebreak]]
@dataProvider providerTestDerivedPluginDefinitions
CKEditor5PluginManagerTest::testEnabledPlugins function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the enabling of plugins.
CKEditor5PluginManagerTest::testExternalLinkAutomaticLinkDecoratorDisallowed function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects[[api-linebreak]]
CKEditor5PluginManagerTest::testInvalidPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::processDefinition[[api-linebreak]]
@dataProvider providerTestInvalidPluginDefinitions
CKEditor5PluginManagerTest::testPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the logic of findPluginSupportingElement.
CKEditor5PluginManagerTest::testProvidedElements function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the parsing of CKEditor 5 plugin element config.
CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes.
comment.manager service core/modules/comment/comment.services.yml Drupal\comment\CommentManager
CommentAdminOverview::$entityTypeManager property core/modules/comment/src/Form/CommentAdminOverview.php The entity type manager.
CommentBreadcrumbBuilder::$entityTypeManager property core/modules/comment/src/CommentBreadcrumbBuilder.php The entity type manager.
CommentBundlesTest::$entityFieldManager property core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentController::$commentManager property core/modules/comment/src/Controller/CommentController.php The comment manager service.
CommentController::$entityFieldManager property core/modules/comment/src/Controller/CommentController.php The entity field manager.
CommentForm::$entityFieldManager property core/modules/comment/src/CommentForm.php The entity field manager.
CommentLazyBuilders::$commentManager property core/modules/comment/src/CommentLazyBuilders.php Comment manager service.
CommentLazyBuilders::$entityTypeManager property core/modules/comment/src/CommentLazyBuilders.php The entity type manager service.
CommentLinkBuilder::$commentManager property core/modules/comment/src/CommentLinkBuilder.php Comment manager service.
CommentLinkBuilder::$entityTypeManager property core/modules/comment/src/CommentLinkBuilder.php The entity type manager service.
CommentLinkBuilderTest::$commentManager property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Comment manager mock.
CommentLinkBuilderTest::$entityTypeManager property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php The entity type manager.
CommentManager class core/modules/comment/src/CommentManager.php Comment manager contains common functions to manage comment fields.
CommentManager.php file core/modules/comment/src/CommentManager.php
CommentManager::$authenticatedCanPostComments property core/modules/comment/src/CommentManager.php Whether the \Drupal\user\RoleInterface::AUTHENTICATED_ID can post comments.
CommentManager::$currentUser property core/modules/comment/src/CommentManager.php The current user.
CommentManager::$entityDisplayRepository property core/modules/comment/src/CommentManager.php The entity display repository.
CommentManager::$entityFieldManager property core/modules/comment/src/CommentManager.php The entity field manager.
CommentManager::$entityTypeManager property core/modules/comment/src/CommentManager.php The entity type manager.
CommentManager::$moduleHandler property core/modules/comment/src/CommentManager.php The module handler service.
CommentManager::$userConfig property core/modules/comment/src/CommentManager.php The user settings config object.
CommentManager::addBodyField function core/modules/comment/src/CommentManager.php Creates a comment_body field.
CommentManager::forbiddenMessage function core/modules/comment/src/CommentManager.php Provides a message if posting comments is forbidden.
CommentManager::getCountNewComments function core/modules/comment/src/CommentManager.php Returns the number of new comments available on a given entity for a user.
CommentManager::getFields function core/modules/comment/src/CommentManager.php Utility function to return an array of comment fields.
CommentManager::__construct function core/modules/comment/src/CommentManager.php Construct the CommentManager object.
CommentManagerInterface interface core/modules/comment/src/CommentManagerInterface.php Comment manager contains common functions to manage comment fields.
CommentManagerInterface.php file core/modules/comment/src/CommentManagerInterface.php
CommentManagerInterface::addBodyField function core/modules/comment/src/CommentManagerInterface.php Creates a comment_body field.
CommentManagerInterface::COMMENT_MODE_FLAT constant core/modules/comment/src/CommentManagerInterface.php Comments are displayed in a flat list - expanded.
CommentManagerInterface::COMMENT_MODE_THREADED constant core/modules/comment/src/CommentManagerInterface.php Comments are displayed as a threaded list - expanded.
CommentManagerInterface::forbiddenMessage function core/modules/comment/src/CommentManagerInterface.php Provides a message if posting comments is forbidden.
CommentManagerInterface::getCountNewComments function core/modules/comment/src/CommentManagerInterface.php Returns the number of new comments available on a given entity for a user.
CommentManagerInterface::getFields function core/modules/comment/src/CommentManagerInterface.php Utility function to return an array of comment fields.
CommentManagerTest class core/modules/comment/tests/src/Unit/CommentManagerTest.php @coversDefaultClass \Drupal\comment\CommentManager[[api-linebreak]]
@group comment
CommentManagerTest.php file core/modules/comment/tests/src/Unit/CommentManagerTest.php
CommentManagerTest::testGetFields function core/modules/comment/tests/src/Unit/CommentManagerTest.php Tests the getFields method.
CommentStatistics::$entityTypeManager property core/modules/comment/src/CommentStatistics.php The entity type manager.
CommentTypeDeleteForm::$commentManager property core/modules/comment/src/Form/CommentTypeDeleteForm.php The comment manager service.
CommentTypeForm::$commentManager property core/modules/comment/src/CommentTypeForm.php The comment manager.
CommentTypeForm::$entityTypeManager property core/modules/comment/src/CommentTypeForm.php Entity type manager service.
CommentViewBuilder::$entityTypeManager property core/modules/comment/src/CommentViewBuilder.php The entity type manager.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.