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
SelectExtender::uniqueIdentifier function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns a unique identifier for this object.
SelectExtender::where function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds an arbitrary WHERE clause to the query.
SelectExtender::__call function core/lib/Drupal/Core/Database/Query/SelectExtender.php Magic override for undefined methods.
SelectExtender::__clone function core/lib/Drupal/Core/Database/Query/SelectExtender.php Clone magic method.
SelectExtender::__construct function core/lib/Drupal/Core/Database/Query/SelectExtender.php
SelectExtender::__toString function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns a string representation of how the query will be executed in SQL.
SelectExtenderTest class core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php Tests the Select query extender classes.
SelectExtenderTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php
SelectExtenderTest::providerExtend function core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php Data provider for testExtend().
SelectExtenderTest::testExtend function core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php Tests extend.
SelectGetRangeTest::testGetRangeReferenceOnSelectExtender function core/tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php Ensures SelectExtender::getRange() delegates and returns a live reference.
SelectionPluginBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Calculates dependencies for the configured plugin.
SelectTest::testExtenderAlwaysFalseCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can force an extended query to return an empty result.
SendmailCommandValidationTransportFactory class core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php Command validation decorator for sendmail transport factory.
SendmailCommandValidationTransportFactory.php file core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::create function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::supports function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
SendmailCommandValidationTransportFactory::__construct function core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php Construct command validation decorator for sendmail transport factory.
Serialized::render function core/modules/views/src/Plugin/views/field/Serialized.php Renders the field.
Serializer::calculateDependencies function core/modules/rest/src/Plugin/views/style/Serializer.php Calculates dependencies for the configured plugin.
Serializer::render function core/modules/rest/src/Plugin/views/style/Serializer.php Render the display in this style.
ServerEndpointController class core/modules/system/tests/modules/sdc_test/src/Controller/ServerEndpointController.php An endpoint to serve a component during tests.
ServerEndpointController.php file core/modules/system/tests/modules/sdc_test/src/Controller/ServerEndpointController.php
ServerEndpointController::renderArray function core/modules/system/tests/modules/sdc_test/src/Controller/ServerEndpointController.php Render an arbitrary render array.
Services and Dependency Injection Container group core/core.api.php Overview of the Dependency Injection Container and Services.
ServiceWithDependency class core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php Service that gets the other service of the same module injected.
ServiceWithDependency.php file core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php
ServiceWithDependency::$service property core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php The injected service.
ServiceWithDependency::greet function core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php Gets a greeting from the injected service and adds to it.
ServiceWithDependency::__construct function core/modules/system/tests/modules/new_dependency_test/src/ServiceWithDependency.php ServiceWithDependency constructor.
SetBrowserUrl::render function core/modules/views/src/Ajax/SetBrowserUrl.php Return an array to be run through json_encode and sent to the client.
SetDialogOptionCommand::render function core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php Return an array to be run through json_encode and sent to the client.
SetFormCommand::render function core/modules/views_ui/src/Ajax/SetFormCommand.php Return an array to be run through json_encode and sent to the client.
SetInlineBlockDependency class core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php An event subscriber that returns an access dependency for inline blocks.
SetInlineBlockDependency.php file core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::$database property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The database connection.
SetInlineBlockDependency::$entityTypeManager property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The entity type manager.
SetInlineBlockDependency::$usage property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The inline block usage service.
SetInlineBlockDependency::getInlineBlockDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Get the access dependency of an inline block.
SetInlineBlockDependency::getSubscribedEvents function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::isBlockRevisionUsedInEntity function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Determines if a block content revision is used in an entity.
SetInlineBlockDependency::onGetDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Handles the BlockContentEvents::INLINE_BLOCK_GET_DEPENDENCY event.
SetInlineBlockDependency::__construct function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Constructs SetInlineBlockDependency object.
SetSubtreesCommand::render function core/modules/toolbar/src/Ajax/SetSubtreesCommand.php Return an array to be run through json_encode and sent to the client.
SettingsCommand::render function core/lib/Drupal/Core/Ajax/SettingsCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
SharedTempStore::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStore.php The lock object used for this data.
SharedTempStoreFactory::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The lock object used for this data.
ShortcutLazyBuilders::$renderer property core/modules/shortcut/src/ShortcutLazyBuilders.php The renderer service.
shortcut_renderable_links function core/modules/shortcut/shortcut.module Returns an array of shortcut links, suitable for rendering.
ShowButtonsCommand::render function core/modules/views/src/Ajax/ShowButtonsCommand.php Return an array to be run through json_encode and sent to the client.

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