Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CommentManager::getCountNewComments | function | core/ |
Returns the number of new comments on a given entity for the current user. |
CommentManager::getFields | function | core/ |
Utility function to return an array of comment fields. |
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 on a given entity for the current user. |
CommentManagerInterface::getFields | function | core/ |
Utility function to return an array of comment fields. |
CommentManagerTest | class | core/ |
Tests Drupal\comment\CommentManager. |
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. |
ComplexDataConstraintValidatorTest::$typedDataManager | property | core/ |
The typed data manager to use. |
ComponentKernelTestBase::$manager | property | core/ |
The component plugin manager. |
ComponentPluginManager | class | core/ |
Defines a plugin manager to deal with components. |
ComponentPluginManager.php | file | core/ |
|
ComponentPluginManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
ComponentPluginManager::alterDefinition | function | core/ |
Alters the plugin definition with computed properties. |
ComponentPluginManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
ComponentPluginManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
ComponentPluginManager::createInstance | function | core/ |
Creates an instance. |
ComponentPluginManager::find | function | core/ |
Gets a component for rendering. |
ComponentPluginManager::findAsset | function | core/ |
Finds assets related to the provided metadata file. |
ComponentPluginManager::getAllComponents | function | core/ |
Gets all components. |
ComponentPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
ComponentPluginManager::getScanDirectories | function | core/ |
Get the list of directories to scan. |
ComponentPluginManager::isValidDefinition | function | core/ |
Validates the metadata info. |
ComponentPluginManager::libraryFromDefinition | function | core/ |
Creates the library declaration array from a component definition. |
ComponentPluginManager::makePathRelativeToLibraryRoot | function | core/ |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
ComponentPluginManager::processDefinitionCategory | function | core/ |
Processes a plugin definition to ensure there is a category. |
ComponentPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
ComponentPluginManager::shouldEnforceSchemas | function | core/ |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::translateLibraryPaths | function | core/ |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::__construct | function | core/ |
Constructs ComponentPluginManager object. |
ComponentPluginManagerCachedDiscoveryTest | class | core/ |
Tests discovery of components in a theme being installed or uninstalled. |
ComponentPluginManagerCachedDiscoveryTest.php | file | core/ |
|
ComponentPluginManagerCachedDiscoveryTest::$themes | property | core/ |
Themes to install. |
ComponentPluginManagerCachedDiscoveryTest::testComponentDiscoveryOnThemeInstall | function | core/ |
Tests cached component plugin discovery on theme install and uninstall. |
ComponentPluginManagerTest | class | core/ |
Tests the component plugin manager. |
ComponentPluginManagerTest.php | file | core/ |
|
ComponentPluginManagerTest::$modules | property | core/ |
Modules to install. |
ComponentPluginManagerTest::$themes | property | core/ |
Themes to install. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.