Search for extend

  1. Search 7.x for extend
  2. Search 9.5.x for extend
  3. Search 8.9.x for extend
  4. Search 10.3.x for extend
  5. Other projects
Title Object type File name Summary
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
@covers \Drupal\Core\Database\Query\SelectExtender::extend
@dataProvider providerExtend
SelectTest::testExtenderAlwaysFalseCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can force an extended query to return an empty result.
TableSortExtender class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/TableSortExtender.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\TableSortExtender.
TableSortExtender class core/lib/Drupal/Core/Database/Query/TableSortExtender.php Query extender class for tablesort queries.
TableSortExtender.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/TableSortExtender.php
TableSortExtender.php file core/lib/Drupal/Core/Database/Query/TableSortExtender.php
TableSortExtender::orderByHeader function core/lib/Drupal/Core/Database/Query/TableSortExtender.php Order the query based on a header array.
TableSortExtender::__construct function core/lib/Drupal/Core/Database/Query/TableSortExtender.php
TableSortExtenderTest class core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests table sorting.
TableSortExtenderTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php
TableSortExtenderTest::testTableSortInit function core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests \Drupal\Core\Utility\TableSort::getContextFromRequest().
TaggingTest::testExtenderHasAllTags function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests extended query tagging "has all of these tags" functionality.
TaggingTest::testExtenderHasAnyTag function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Tests extended query tagging for "has at least one of these tags".
TaggingTest::testExtenderHasTag function core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php Confirms that an extended query has a tag added to it.
TestExtendedNormalizer class core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php Test normalizer with a different supported class.
TestExtendedNormalizer::getSupportedTypes function core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php
test_theme_libraries_extend.info.yml file core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml
test_theme_libraries_extend.libraries.yml file core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig This line is from twig_theme_test/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
TwigSandboxTest::testExtendedClass function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests that white listed classes can be extended.
Views display extender plugins group core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Plugins that offer additional display options across display types.

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