form_test_group_details |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form to test the #group property on #type 'details'. |
GroupByNumeric::opEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
|
BreakpointGroupCRUDTest |
class |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupCRUDTest.php |
Tests for breakpoint group CRUD operations. |
BreakpointGroupTestBase |
class |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php |
Base class for Breakpoint group tests. |
SelectExtender::groupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Groups the result set by the specified field. |
GroupByTest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
Views used by this test. |
StyleTest::testGrouping |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
|
GroupwiseMax::leftQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php |
Generate a subquery given the user options, as set in the options.
These are passed in rather than picked up from the object because we
generate the subquery when the options are saved, rather than when the view
is run. This saves considerable time. |
BreakpointGroup::$label |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group label. |
hook_test_group_started |
function |
drupal/core/modules/simpletest/simpletest.api.php |
A test group has started. |
Field::buildGroupByForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Extend the groupby form with group columns. |
GroupByNumeric::opSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
|
form_test_group_fieldset |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form to test the #group property on #type 'fieldset'. |
GroupByNumeric::canGroup |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Can this filter be used in OR groups? |
ConfigItemGroup::getForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php |
Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::getForm(). |
StyleTest::_testGrouping |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Tests the grouping features of styles. |
Validator::resolveGroups |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php |
|
HandlerBase::usesGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provides the handler some groupby. |
SelectInterface::groupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Groups the result set by the specified field. |
ExecutionContext::$group |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
|
Date::buildGroupValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php |
Validate the build group options form. |
GroupDefinitionException |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/GroupDefinitionException.php |
|
BreakpointGroup::$source |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group source: theme or module name. Use 'user' for
user-created groups. |
BreakpointGroup::isValid |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
Checks if the breakpoint group is valid. |
hook_test_group_finished |
function |
drupal/core/modules/simpletest/simpletest.api.php |
A test group has finished. |
BreakpointGroupInterface |
interface |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/BreakpointGroupInterface.php |
Provides an interface defining a breakpoint group entity. |
Field::submitGroupByForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
GroupByNumeric::opBetween |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
|
form_test_group_container |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form to test the #group property on #type 'container'. |
Serializer::$usesGrouping |
property |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/style/Serializer.php |
Overrides Drupal\views\Plugin\views\style\StylePluginBase::$usesFields. |
GroupSequenceProvider.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php |
|
Constraint::DEFAULT_GROUP |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraint.php |
The name of the group given to all constraints with no explicit group |
QueryGroupByTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
GroupByNumeric::adminLabel |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Return a string representing this handler's name in the UI. |
ConfigItemGroup::getFormID |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
ConfigItemGroup::buildForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
FilterPluginBase::isAGroup |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Returns TRUE if the exposed filter works like a grouped filter. |
FilterPluginBase::canGroup |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Can this filter be used in OR groups? |
QueryAggregate::addGroupBy |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Adds the groupby values to the actual query. |
BreakpointGroupAPITest.php |
file |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupAPITest.php |
Definition of Drupal\breakpoint\Tests\BreakpointGroupAPITest. |
GroupByNumeric::adminLabel |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Return a string representing this handler's name in the UI. |
ExecutionContext::getGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Returns the validation group that is currently being validated. |
GroupByNumeric::adminLabel |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Return a string representing this handler's name in the UI. |
GroupSequence::__construct |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
|
SelectExtender::getGroupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the group-by array for this query. |
ConfigItemGroup::getFormKey |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php |
Implements \Drupal\views_ui\Form\Ajax\ViewsFormInterface::getFormKey(). |
ConfigItemGroup::submitForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php |
Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::submitForm(). |
GroupwiseMax::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php |
Defines default values for options. |
GroupSequenceProviderEntity |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderEntity.php |
@Assert\GroupSequenceProvider |
QueryBase::orConditionGroup |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::orConditionGroup(). |