Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Search main for end
  6. Other projects
Title Object type File name Summary
NullBackend::get function core/lib/Drupal/Core/Cache/NullBackend.php Returns data from the persistent cache.
NullBackend::getMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Returns data from the persistent cache when given an array of cache IDs.
NullBackend::invalidate function core/lib/Drupal/Core/Cache/NullBackend.php Marks a cache item as invalid.
NullBackend::invalidateAll function core/lib/Drupal/Core/Cache/NullBackend.php Marks all cache items as invalid.
NullBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Marks cache items as invalid.
NullBackend::removeBin function core/lib/Drupal/Core/Cache/NullBackend.php Remove a cache bin.
NullBackend::set function core/lib/Drupal/Core/Cache/NullBackend.php Stores data in the persistent cache.
NullBackend::setMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Store multiple items in the persistent cache.
NullBackend::__construct function core/lib/Drupal/Core/Cache/NullBackend.php Constructs a NullBackend object.
NullBackendFactory class core/lib/Drupal/Core/Cache/NullBackendFactory.php Defines a stub cache backend factory.
NullBackendFactory.php file core/lib/Drupal/Core/Cache/NullBackendFactory.php
NullBackendFactory::get function core/lib/Drupal/Core/Cache/NullBackendFactory.php Gets a cache backend class for a given cache bin.
NullBackendTest class core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php Tests the cache NullBackend.
NullBackendTest.php file core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php
NullBackendTest::testNullBackend function core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php Tests that the NullBackend does not actually store variables.
NullLockBackend class core/lib/Drupal/Core/Lock/NullLockBackend.php Defines a Null lock backend.
NullLockBackend.php file core/lib/Drupal/Core/Lock/NullLockBackend.php
NullLockBackend::$lockId property core/lib/Drupal/Core/Lock/NullLockBackend.php Current page lock token identifier.
NullLockBackend::acquire function core/lib/Drupal/Core/Lock/NullLockBackend.php Acquires a lock.
NullLockBackend::getLockId function core/lib/Drupal/Core/Lock/NullLockBackend.php Gets the unique page token for locks.
NullLockBackend::lockMayBeAvailable function core/lib/Drupal/Core/Lock/NullLockBackend.php Checks if a lock is available for acquiring.
NullLockBackend::release function core/lib/Drupal/Core/Lock/NullLockBackend.php Releases the given lock.
NullLockBackend::releaseAll function core/lib/Drupal/Core/Lock/NullLockBackend.php Releases all locks for the given lock token identifier.
NullLockBackend::wait function core/lib/Drupal/Core/Lock/NullLockBackend.php Waits a short amount of time before a second lock acquire attempt.
Number::preRenderNumber function core/lib/Drupal/Core/Render/Element/Number.php Prepares a #type 'number' render element for input.html.twig.
NumericField::render function core/modules/views/src/Plugin/views/field/NumericField.php Renders the field.
NyanCatThemeEngine::renderTemplate function core/modules/system/tests/modules/nyan_cat/src/NyanCatThemeEngine.php Renders a template.
nyan_cat_render_template function core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine Implements hook_render_template().
OEmbedFormatterTest::providerRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Data provider for testRender().
OEmbedFormatterTest::testRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests the oEmbed field formatter.
OEmbedIframeController::$renderer property core/modules/media/src/Controller/OEmbedIframeController.php The renderer service.
OEmbedIframeController::render function core/modules/media/src/Controller/OEmbedIframeController.php Renders an oEmbed resource.
OEmbedTestTrait::hijackProviderEndpoints function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Ensures that oEmbed provider endpoints use the test resource route.
OffCanvasRenderer class core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php Default main content renderer for off-canvas dialog requests.
OffCanvasRenderer.php file core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php
OffCanvasRenderer::$position property core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php The position to render the off-canvas dialog.
OffCanvasRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php The renderer.
OffCanvasRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php Renders the main content render array into a response.
OffCanvasRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php Constructs a new OffCanvasRenderer.
OliveroPreRender class core/themes/olivero/src/OliveroPreRender.php Implements trusted prerender callbacks for the Olivero theme.
OliveroPreRender.php file core/themes/olivero/src/OliveroPreRender.php
OliveroPreRender::messagePlaceholder function core/themes/olivero/src/OliveroPreRender.php Prerender callback for status_messages placeholder.
OliveroPreRender::textFormat function core/themes/olivero/src/OliveroPreRender.php Prerender callback for text_format elements.
OliveroPreRender::trustedCallbacks function core/themes/olivero/src/OliveroPreRender.php Lists the trusted callbacks provided by the implementing class.
OpenDialogCommand class core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Defines an AJAX command to open certain content in a dialog.
OpenDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenDialogCommand.php
OpenDialogCommand::$content property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The content for the dialog.
OpenDialogCommand::$dialogOptions property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Stores dialog-specific options passed directly to jQuery UI dialogs.
OpenDialogCommand::$selector property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The selector of the dialog.
OpenDialogCommand::$settings property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Custom settings passed to Drupal behaviors on the content of the dialog.

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