Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 10.3.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
AuthenticationManager::applies function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::applyFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether a provider is allowed on the given request.
AuthenticationManager::authenticate function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::challengeException function core/lib/Drupal/Core/Authentication/AuthenticationManager.php
AuthenticationManager::defaultFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Default implementation of the provider filter.
AuthenticationManager::getChallenger function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the ID of the challenge provider for a request.
AuthenticationManager::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the id of the authentication provider for a request.
AuthenticationManager::__construct function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Creates a new authentication manager instance.
AuthenticationManagerTest class core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @coversDefaultClass \Drupal\Core\Authentication\AuthenticationManager[[api-linebreak]]
@group Authentication
AuthenticationManagerTest.php file core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php Contains \Drupal\Tests\Core\Authentication\AuthenticationManagerTest.
AuthenticationManagerTest::providerTestDefaultFilter function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php Provides data to self::testDefaultFilter().
AuthenticationManagerTest::testApplyFilterWithFilterprovider function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::applyFilter[[api-linebreak]]
AuthenticationManagerTest::testDefaultFilter function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::defaultFilter[[api-linebreak]]
@covers ::applyFilter[[api-linebreak]]
ban.ip_manager service core/modules/ban/ban.services.yml Drupal\ban\BanIpManager
BanAdmin::$ipManager property core/modules/ban/src/Form/BanAdmin.php
BanDelete::$ipManager property core/modules/ban/src/Form/BanDelete.php The IP manager.
BanIpManager class core/modules/ban/src/BanIpManager.php Ban IP manager.
BanIpManager.php file core/modules/ban/src/BanIpManager.php
BanIpManager::$connection property core/modules/ban/src/BanIpManager.php The database connection used to check the IP against.
BanIpManager::banIp function core/modules/ban/src/BanIpManager.php
BanIpManager::findAll function core/modules/ban/src/BanIpManager.php
BanIpManager::findById function core/modules/ban/src/BanIpManager.php
BanIpManager::isBanned function core/modules/ban/src/BanIpManager.php
BanIpManager::unbanIp function core/modules/ban/src/BanIpManager.php
BanIpManager::__construct function core/modules/ban/src/BanIpManager.php Constructs a BanIpManager object.
BanIpManagerInterface interface core/modules/ban/src/BanIpManagerInterface.php Provides an interface defining a BanIp manager.
BanIpManagerInterface.php file core/modules/ban/src/BanIpManagerInterface.php
BanIpManagerInterface::banIp function core/modules/ban/src/BanIpManagerInterface.php Bans an IP address.
BanIpManagerInterface::findAll function core/modules/ban/src/BanIpManagerInterface.php Finds all banned IP addresses.
BanIpManagerInterface::findById function core/modules/ban/src/BanIpManagerInterface.php Finds a banned IP address by its ID.
BanIpManagerInterface::isBanned function core/modules/ban/src/BanIpManagerInterface.php Returns if this IP address is banned.
BanIpManagerInterface::unbanIp function core/modules/ban/src/BanIpManagerInterface.php Unbans an IP address.
BanMiddleware::$banIpManager property core/modules/ban/src/BanMiddleware.php The ban IP manager.
BanMiddlewareTest::$banManager property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The mocked ban IP manager.
BaseThemeDefaultDeprecationTest::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php The theme manager.
BaseThemeRequiredTest::$themeManager property core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php The theme manager.
BasicAuth::$entityTypeManager property core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php The entity type manager service.
Block::$blockManager property core/modules/views/src/Plugin/views/display/Block.php The block manager.
Block::$conditionPluginManager property core/modules/block/src/Entity/Block.php The condition plugin manager.
Block::$entityTypeManager property core/modules/views/src/Plugin/views/display/Block.php The entity type manager.
Block::conditionPluginManager function core/modules/block/src/Entity/Block.php Gets the condition plugin manager.
BlockComponentRenderArrayTest::$blockManager property core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php The block plugin manager.
BlockConfigEntityUnitTest::$entityTypeManager property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The entity type manager used for testing.
BlockConfigSchemaTest::$blockManager property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The block manager.
BlockContentBlock::$blockManager property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The Plugin Block Manager.
BlockContentBlock::$entityTypeManager property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity type manager service.
BlockContentEntityReferenceSelectionTest::$entityTypeManager property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php The entity type manager.
BlockContentUuidLookup::$entityTypeManager property core/modules/block_content/src/BlockContentUuidLookup.php The entity type manager.
BlockedIp::$banManager property core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php The IP ban manager.

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