Search for age
- Search 7.x for age
- Search 9.5.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Attachment::renderPager | function | core/ |
Checks to see if the display plugins support pager rendering. |
| Attribute::$storage | property | core/ |
Stores the attribute data. |
| Attribute::storage | function | core/ |
Returns the whole array. |
| AttributeTest::testStorage | function | core/ |
Tests the storage method. |
| Auth::$userStorage | property | core/ |
The user storage. |
| AuthenticationManager | class | core/ |
Manager for authentication. |
| AuthenticationManager.php | file | core/ |
|
| AuthenticationManager::$authCollector | property | core/ |
The authentication provider collector. |
| AuthenticationManager::applies | function | core/ |
Checks whether suitable authentication credentials are on the request. |
| AuthenticationManager::appliesToRoutedRequest | function | core/ |
Checks whether the authentication method is allowed on a given route. |
| AuthenticationManager::applyFilter | function | core/ |
Checks whether a provider is allowed on the given request. |
| AuthenticationManager::authenticate | function | core/ |
Authenticates the user. |
| AuthenticationManager::challengeException | function | core/ |
Constructs an exception which is used to generate the challenge. |
| 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/ |
Tests Drupal\Core\Authentication\AuthenticationManager. |
| AuthenticationManagerTest.php | file | core/ |
|
| AuthenticationManagerTest::providerTestDefaultFilter | function | core/ |
Provides data to self::testDefaultFilter(). |
| AuthenticationManagerTest::testApplyFilterWithFilterProvider | function | core/ |
Tests apply filter with filter provider. |
| AuthenticationManagerTest::testDefaultFilter | function | core/ |
Tests default filter. |
| AvifImageEffect | class | core/ |
Converts an image resource to AVIF, with fallback. |
| AvifImageEffect.php | file | core/ |
|
| AvifImageEffect::$imageToolkitManager | property | core/ |
The image toolkit manager. |
| AvifImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| AvifImageEffect::buildConfigurationForm | function | core/ |
Form constructor. |
| AvifImageEffect::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| AvifImageEffect::getDerivativeExtension | function | core/ |
Returns the extension of the derivative after applying this image effect. |
| AvifImageEffect::isAvifSupported | function | core/ |
Is AVIF supported by the image toolkit. |
| BackendChain::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| ban.ip_manager | service | core/ |
Drupal\ban\BanIpManager |
| BanAdmin::$ipManager | property | core/ |
|
| BanAdminTest::getIpManagerMock | function | core/ |
Get the mocked IP manager service. |
| 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/ |
Bans an IP address. |
| 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. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.