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 |
---|---|---|---|
MenuLinkManager::resetLink | function | core/ |
|
MenuLinkManager::updateDefinition | function | core/ |
|
MenuLinkManager::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\MenuLinkManager object. |
MenuLinkManagerInterface | interface | core/ |
Defines an interface for managing menu links and storing their definitions. |
MenuLinkManagerInterface.php | file | core/ |
|
MenuLinkManagerInterface::addDefinition | function | core/ |
Adds a new menu link definition to the menu tree storage. |
MenuLinkManagerInterface::countMenuLinks | function | core/ |
Counts the total number of menu links. |
MenuLinkManagerInterface::deleteLinksInMenu | function | core/ |
Deletes all links having a certain menu name. |
MenuLinkManagerInterface::getChildIds | function | core/ |
Loads all child link IDs of a given menu link, regardless of visibility. |
MenuLinkManagerInterface::getParentIds | function | core/ |
Loads all parent link IDs of a given menu link. |
MenuLinkManagerInterface::loadLinksByRoute | function | core/ |
Loads multiple plugin instances based on route. |
MenuLinkManagerInterface::menuNameInUse | function | core/ |
Determines if any links use a given menu name. |
MenuLinkManagerInterface::rebuild | function | core/ |
Triggers discovery, save, and cleanup of discovered links. |
MenuLinkManagerInterface::removeDefinition | function | core/ |
Removes a single link definition from the menu tree storage. |
MenuLinkManagerInterface::resetDefinitions | function | core/ |
Resets any local definition cache. Used for testing. |
MenuLinkManagerInterface::resetLink | function | core/ |
Resets the values for a menu link based on the values found by discovery. |
MenuLinkManagerInterface::updateDefinition | function | core/ |
Updates the values for a menu link definition in the menu tree storage. |
MenuLinkParent::$menuLinkManager | property | core/ |
The menu link plugin manager. |
MenuLinkParentTest::$menuLinkManager | property | core/ |
The menu link plugin manager. |
MenuLinkPluginConverter::$menuLinkManager | property | core/ |
Plugin manager which creates the instance from the value. |
MenuLinkResetForm::$menuLinkManager | property | core/ |
The menu link manager. |
MenuLinksTest::$menuLinkManager | property | core/ |
The menu link plugin manager. |
MenuLinkTreeTest::$menuLinkManager | property | core/ |
The menu link plugin manager. |
MenuParentFormSelector::$entityTypeManager | property | core/ |
The entity type manager service. |
MenuTestController::$themeManager | property | core/ |
The theme manager. |
MenuTreeHierarchyConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
MessageForm::$languageManager | property | core/ |
The language manager service. |
MigrateDestinationPluginManager | class | core/ |
Plugin manager for migrate destination plugins. |
MigrateDestinationPluginManager.php | file | core/ |
|
MigrateDestinationPluginManager::$entityTypeManager | property | core/ |
The entity type manager. |
MigrateDestinationPluginManager::createInstance | function | core/ |
A specific createInstance method is necessary to pass the migration on. |
MigrateDestinationPluginManager::__construct | function | core/ |
Constructs a MigrateDestinationPluginManager object. |
MigrateFieldPluginManager | class | core/ |
Plugin manager for migrate field plugins. |
MigrateFieldPluginManager.php | file | core/ |
|
MigrateFieldPluginManager::DEFAULT_CORE_VERSION | constant | core/ |
The default version of core to use for field plugins. |
MigrateFieldPluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
MigrateFieldPluginManager::getPluginIdFromFieldType | function | core/ |
Get the plugin ID from the field type. |
MigrateFieldPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
MigrateFieldPluginManager::sortDefinitions | function | core/ |
Sorts a definitions array. |
MigrateFieldPluginManagerInterface | interface | core/ |
Interface implemented by plugin manager for migrate field plugins. |
MigrateFieldPluginManagerInterface.php | file | core/ |
|
MigrateFieldPluginManagerInterface::getPluginIdFromFieldType | function | core/ |
Get the plugin ID from the field type. |
MigrateFieldPluginManagerTest | class | core/ |
Tests the MigrateFieldPluginManager class. |
MigrateFieldPluginManagerTest | class | core/ |
Tests the field plugin manager. |
MigrateFieldPluginManagerTest.php | file | core/ |
|
MigrateFieldPluginManagerTest.php | file | core/ |
|
MigrateFieldPluginManagerTest::$modules | property | core/ |
Modules to install. |
MigrateFieldPluginManagerTest::$pluginManager | property | core/ |
The field plugin manager. |
MigrateFieldPluginManagerTest::nonExistentPluginExceptionsData | function | core/ |
Provides data for testNonExistentPluginExceptions. |
MigrateFieldPluginManagerTest::pluginFixtureData | function | core/ |
Returns test plugin data for the test class to use. |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.