Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| PagerSelectExtender::ensureElement | function | core/ |
Ensure that there is an element associated with this query. If an element was not specified previously, then the value of the $maxElement counter is taken, after which the counter is incremented. |
| PagerSelectExtender::execute | function | core/ |
Override the execute method. |
| PagerSelectExtender::getCountQuery | function | core/ |
Retrieve the count query for this pager. |
| PagerSelectExtender::limit | function | core/ |
Specify the maximum number of elements per page for this query. |
| PagerSelectExtender::setCountQuery | function | core/ |
Specify the count query object to use for this pager. |
| PagerSelectExtender::__construct | function | core/ |
|
| PagerTest::testRenderNullPager | function | core/ |
Tests rendering with NULL pager. |
| PageTest::testBuildBasicRenderable | function | core/ |
@covers ::buildBasicRenderable[[api-linebreak]] |
| PageTest::testBuildBasicRenderableWithMissingRoute | function | core/ |
@covers ::buildBasicRenderable[[api-linebreak]] |
| Password::preRenderPassword | function | core/ |
Prepares a #type 'password' render element for input.html.twig. |
| Path::render | function | core/ |
Renders the field. |
| PathAliasListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| PendingRevisionTest | class | core/ |
Kernel tests for taxonomy pending revisions. |
| PendingRevisionTest.php | file | core/ |
|
| PendingRevisionTest::$modules | property | core/ |
Modules to enable. |
| PendingRevisionTest::getTaxonomyIndex | function | core/ |
|
| PendingRevisionTest::setUp | function | core/ |
|
| PendingRevisionTest::testTaxonomyIndexWithPendingRevision | function | core/ |
Tests that the taxonomy index work correctly with pending revisions. |
| Permissions::preRender | function | core/ |
Runs before any fields are rendered. |
| Permissions::render_item | function | core/ |
Renders a single item of a row. |
| PersistentDatabaseLockBackend | class | core/ |
Defines the persistent database lock backend. This backend is global for this Drupal installation. |
| PersistentDatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend. |
| PersistentDatabaseLockBackend.php | file | core/ |
|
| PersistentDatabaseLockBackend.php | file | core/ |
|
| PersistentDatabaseLockBackend::$container | property | core/ |
The service container. |
| PersistentDatabaseLockBackend::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| PersistentDatabaseLockBackend::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| PersistentDatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| PersistentDatabaseLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
| PersistentDatabaseLockBackend::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| PersistentDatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| PersistentDatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| PersistentDatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| PersistentDatabaseLockBackend::schemaDefinition | function | core/ |
|
| PersistentDatabaseLockBackend::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a new PersistentDatabaseLockBackend. |
| PhpBackend | class | core/ |
Defines a PHP cache implementation. |
| PhpBackend.php | file | core/ |
|
| PhpBackend::$bin | property | core/ |
|
| PhpBackend::$cache | property | core/ |
Array to store cache objects. |
| PhpBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackend::delete | function | core/ |
Deletes an item from the cache. |
| PhpBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| PhpBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| PhpBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| PhpBackend::get | function | core/ |
Returns data from the persistent cache. |
| PhpBackend::getByHash | function | core/ |
Fetch a cache item using a hashed cache ID. |
| PhpBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| PhpBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.