Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| CssCollectionRenderer::$fileUrlGenerator | property | core/ |
The file URL generator. |
| CssCollectionRenderer::render | function | core/ |
Renders an asset collection. |
| CssCollectionRenderer::__construct | function | core/ |
Constructs a CssCollectionRenderer. |
| CssCollectionRendererUnitTest | class | core/ |
Tests the CSS asset collection renderer. |
| CssCollectionRendererUnitTest.php | file | core/ |
|
| CssCollectionRendererUnitTest::$fileCssGroup | property | core/ |
A valid file CSS asset group. |
| CssCollectionRendererUnitTest::$renderer | property | core/ |
A CSS asset renderer. |
| CssCollectionRendererUnitTest::providerTestRender | function | core/ |
Provides data for the CSS asset rendering test. |
| CssCollectionRendererUnitTest::setUp | function | core/ |
|
| CssCollectionRendererUnitTest::testRender | function | core/ |
Tests CSS asset rendering. |
| CssCollectionRendererUnitTest::testRenderInvalidType | function | core/ |
Tests a CSS asset group with the invalid 'type' => 'internal'. |
| CssCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| Custom::preRenderCustomForm | function | core/ |
Prerender function to move the textarea to the top of a form. |
| Custom::render | function | core/ |
Renders the field. |
| DatabaseBackend | class | core/ |
Defines the database flood backend. This is the default Drupal backend. |
| DatabaseBackend | class | core/ |
Defines a default cache implementation. |
| DatabaseBackend.php | file | core/ |
|
| DatabaseBackend.php | file | core/ |
|
| DatabaseBackend::$bin | property | core/ |
|
| DatabaseBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| DatabaseBackend::$connection | property | core/ |
The database connection used to store flood event information. |
| DatabaseBackend::$connection | property | core/ |
The database connection. |
| DatabaseBackend::$maxRows | property | core/ |
The maximum number of rows that this cache bin table is allowed to store. |
| DatabaseBackend::$requestStack | property | core/ |
The request stack. |
| DatabaseBackend::catchException | function | core/ |
Act on an exception when flood might be stale. |
| DatabaseBackend::catchException | function | core/ |
Act on an exception when cache might be stale. |
| DatabaseBackend::clear | function | core/ |
Makes the flood control mechanism forget an event for the current visitor. |
| DatabaseBackend::clearByPrefix | function | core/ |
Makes the flood control mechanism forget an event by identifier prefix. |
| DatabaseBackend::DEFAULT_MAX_ROWS | constant | core/ |
The default maximum number of rows that this cache bin table can store. |
| DatabaseBackend::delete | function | core/ |
Deletes an item from the cache. |
| DatabaseBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| DatabaseBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| DatabaseBackend::doInsert | function | core/ |
Inserts an event into the flood table. |
| DatabaseBackend::doSetMultiple | function | core/ |
Stores multiple items in the persistent cache. |
| DatabaseBackend::ensureBinExists | function | core/ |
Check if the cache bin exists and create it if not. |
| DatabaseBackend::ensureTableExists | function | core/ |
Check if the flood table exists and create it if not. |
| DatabaseBackend::garbageCollection | function | core/ |
Cleans up expired flood events. |
| DatabaseBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| DatabaseBackend::get | function | core/ |
Returns data from the persistent cache. |
| DatabaseBackend::getMaxRows | function | core/ |
The maximum number of rows that this cache bin table is allowed to store. |
| DatabaseBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| DatabaseBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| DatabaseBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| DatabaseBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| DatabaseBackend::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
| DatabaseBackend::MAXIMUM_NONE | constant | core/ |
-1 means infinite allows numbers of rows for the cache backend. |
| DatabaseBackend::MAX_ITEMS_PER_CACHE_SET | constant | core/ |
The chunk size for inserting cache entities. |
| DatabaseBackend::normalizeCid | function | core/ |
Normalizes a cache ID in order to comply with database limitations. |
| DatabaseBackend::prepareItem | function | core/ |
Prepares a cached item. |
| DatabaseBackend::register | function | core/ |
Registers an event for the current visitor to the flood control mechanism. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.