Search for end

  1. Search 7.x for end
  2. Search 8.9.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
SelectExtender::hasTag function core/lib/Drupal/Core/Database/Query/SelectExtender.php Determines if a given query has a given tag.
SelectExtender::having function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds an arbitrary HAVING clause to the query.
SelectExtender::havingArguments function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a list of all values to insert into the HAVING clause.
SelectExtender::havingCompile function core/lib/Drupal/Core/Database/Query/SelectExtender.php Compiles the HAVING clause for later retrieval.
SelectExtender::havingCondition function core/lib/Drupal/Core/Database/Query/SelectExtender.php Helper function to build most common HAVING conditional clauses.
SelectExtender::havingConditions function core/lib/Drupal/Core/Database/Query/SelectExtender.php Gets a list of all conditions in the HAVING clause.
SelectExtender::havingExists function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a HAVING condition that the specified subquery returns values.
SelectExtender::havingIsNotNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition in the HAVING clause that the specified field be NOT NULL.
SelectExtender::havingIsNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition in the HAVING clause that the specified field be NULL.
SelectExtender::havingNotExists function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a HAVING condition that the specified subquery returns no values.
SelectExtender::innerJoin function core/lib/Drupal/Core/Database/Query/SelectExtender.php Inner Join against another table in the database.
SelectExtender::isNotNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition that the specified field be NOT NULL.
SelectExtender::isNull function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition that the specified field be NULL.
SelectExtender::isPrepared function core/lib/Drupal/Core/Database/Query/SelectExtender.php Indicates if preExecute() has already been called on that object.
SelectExtender::join function core/lib/Drupal/Core/Database/Query/SelectExtender.php Default Join against another table in the database.
SelectExtender::leftJoin function core/lib/Drupal/Core/Database/Query/SelectExtender.php Left Outer Join against another table in the database.
SelectExtender::nextPlaceholder function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns the next placeholder ID for the query.
SelectExtender::notExists function core/lib/Drupal/Core/Database/Query/SelectExtender.php Sets a condition that the specified subquery returns no values.
SelectExtender::orConditionGroup function core/lib/Drupal/Core/Database/Query/SelectExtender.php Creates a new group of conditions ORed together.
SelectExtender::orderBy function core/lib/Drupal/Core/Database/Query/SelectExtender.php Orders the result set by a given field.
SelectExtender::orderRandom function core/lib/Drupal/Core/Database/Query/SelectExtender.php Orders the result set by a random value.
SelectExtender::preExecute function core/lib/Drupal/Core/Database/Query/SelectExtender.php Generic preparation and validation for a SELECT query.
SelectExtender::range function core/lib/Drupal/Core/Database/Query/SelectExtender.php Restricts a query to a given range in the result set.
SelectExtender::union function core/lib/Drupal/Core/Database/Query/SelectExtender.php Add another Select query to UNION to this one.
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 @covers ::extend[[api-linebreak]]
@covers \Drupal\Core\Database\Query\SelectExtender::extend[[api-linebreak]]
@dataProvider providerExtend
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.
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.
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.
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.

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