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 |
---|---|---|---|
BanIpManager::findAll | function | core/ |
Finds all banned IP addresses. |
BanIpManager::findById | function | core/ |
Finds a banned IP address by its ID. |
BanIpManager::isBanned | function | core/ |
Returns if this IP address is banned. |
BanIpManager::unbanIp | function | core/ |
Removes the ban of an IP address. |
BanIpManager::__construct | function | core/ |
Constructs a BanIpManager object. |
BanIpManagerInterface | interface | core/ |
Provides an interface defining a BanIp manager. |
BanIpManagerInterface.php | file | core/ |
|
BanIpManagerInterface::banIp | function | core/ |
Bans an IP address. |
BanIpManagerInterface::findAll | function | core/ |
Finds all banned IP addresses. |
BanIpManagerInterface::findById | function | core/ |
Finds a banned IP address by its ID. |
BanIpManagerInterface::isBanned | function | core/ |
Returns if this IP address is banned. |
BanIpManagerInterface::unbanIp | function | core/ |
Removes the ban of an IP address. |
BanMiddleware::$banIpManager | property | core/ |
The ban IP manager. |
BanMiddlewareTest::$banManager | property | core/ |
The mocked ban IP manager. |
BaseThemeRequiredTest::$themeManager | property | core/ |
The theme manager. |
BasicAuth::$entityTypeManager | property | core/ |
The entity type manager service. |
Block::$blockManager | property | core/ |
The block manager. |
Block::$conditionPluginManager | property | core/ |
The condition plugin manager. |
Block::$entityTypeManager | property | core/ |
The entity type manager. |
Block::conditionPluginManager | function | core/ |
Gets the condition plugin manager. |
BlockComponentRenderArrayTest::$blockManager | property | core/ |
The block plugin manager. |
BlockConfigEntityUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
BlockConfigSchemaTest::$blockManager | property | core/ |
The block manager. |
BlockContentBlock::$blockManager | property | core/ |
The Plugin Block Manager. |
BlockContentBlock::$entityTypeManager | property | core/ |
The entity type manager service. |
BlockContentEntityReferenceSelectionTest::$entityTypeManager | property | core/ |
The entity type manager. |
BlockContentRemoveConstraint::$entityDefinitionUpdateManager | property | core/ |
Entity definition update manager. |
BlockContentUuidLookup::$entityTypeManager | property | core/ |
The entity type manager. |
BlockedIp::$banManager | property | core/ |
The IP ban manager. |
BlockForm::$manager | property | core/ |
The condition plugin manager. |
BlockFormTest::$conditionManager | property | core/ |
The condition plugin manager. |
BlockFormTest::$entityTypeManager | property | core/ |
The entity type manager. |
BlockFormTest::$themeManager | property | core/ |
The theme manager service. |
BlockLibraryController::$blockManager | property | core/ |
The block manager. |
BlockLibraryController::$localActionManager | property | core/ |
The local action manager. |
BlockListBuilder::$themeManager | property | core/ |
The theme manager. |
BlockManager | class | core/ |
Manages discovery and instantiation of block plugins. |
BlockManager.php | file | core/ |
|
BlockManager::$logger | property | core/ |
The logger. |
BlockManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
BlockManager::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
BlockManager::getType | function | core/ |
A string identifying the plugin type. |
BlockManager::handlePluginNotFound | function | core/ |
Allows plugin managers to specify custom behavior if a plugin is not found. |
BlockManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
BlockManager::__construct | function | core/ |
Constructs a new \Drupal\Core\Block\BlockManager object. |
BlockManagerInterface | interface | core/ |
Provides an interface for the discovery and instantiation of block plugins. |
BlockManagerInterface.php | file | core/ |
|
BlockManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Block\BlockManager[[api-linebreak]] |
BlockManagerTest.php | file | core/ |
|
BlockManagerTest::$blockManager | property | core/ |
The block manager under test. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.