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 |
---|---|---|---|
AuthenticationManager::applies | function | core/ |
|
AuthenticationManager::appliesToRoutedRequest | function | core/ |
|
AuthenticationManager::applyFilter | function | core/ |
Checks whether a provider is allowed on the given request. |
AuthenticationManager::authenticate | function | core/ |
|
AuthenticationManager::challengeException | function | core/ |
|
AuthenticationManager::defaultFilter | function | core/ |
Default implementation of the provider filter. |
AuthenticationManager::getChallenger | function | core/ |
Returns the ID of the challenge provider for a request. |
AuthenticationManager::getProvider | function | core/ |
Returns the id of the authentication provider for a request. |
AuthenticationManager::__construct | function | core/ |
Creates a new authentication manager instance. |
AuthenticationManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Authentication\AuthenticationManager[[api-linebreak]] @group Authentication |
AuthenticationManagerTest.php | file | core/ |
Contains \Drupal\Tests\Core\Authentication\AuthenticationManagerTest. |
AuthenticationManagerTest::providerTestDefaultFilter | function | core/ |
Provides data to self::testDefaultFilter(). |
AuthenticationManagerTest::testApplyFilterWithFilterprovider | function | core/ |
@covers ::applyFilter[[api-linebreak]] |
AuthenticationManagerTest::testDefaultFilter | function | core/ |
@covers ::defaultFilter[[api-linebreak]] @covers ::applyFilter[[api-linebreak]] |
ban.ip_manager | service | core/ |
Drupal\ban\BanIpManager |
BanAdmin::$ipManager | property | core/ |
|
BanDelete::$ipManager | property | core/ |
The IP manager. |
BanIpManager | class | core/ |
Ban IP manager. |
BanIpManager.php | file | core/ |
|
BanIpManager::$connection | property | core/ |
The database connection used to check the IP against. |
BanIpManager::banIp | function | core/ |
|
BanIpManager::findAll | function | core/ |
|
BanIpManager::findById | function | core/ |
|
BanIpManager::isBanned | function | core/ |
|
BanIpManager::unbanIp | function | core/ |
|
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/ |
Unbans an IP address. |
BanMiddleware::$banIpManager | property | core/ |
The ban IP manager. |
BanMiddlewareTest::$banManager | property | core/ |
The mocked ban IP manager. |
BaseThemeDefaultDeprecationTest::$themeManager | property | core/ |
The theme 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. |
BlockContentUuidLookup::$entityTypeManager | property | core/ |
The entity type manager. |
BlockedIp::$banManager | property | core/ |
The IP ban manager. |
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.