Search for limit

  1. Search 7.x for limit
  2. Search 9.5.x for limit
  3. Search 10.3.x for limit
  4. Search 11.x for limit
  5. Other projects
Title Object type File name Summary
FormTestLimitValidationErrorsForm::partialSubmitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
FormTestLimitValidationErrorsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php Form submission handler.
FormValidationMessageOrderTest::testLimitValidationErrors function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Tests that fields validation messages are sorted in the fields order.
FormValidator::determineLimitValidationErrors function core/lib/Drupal/Core/Form/FormValidator.php Determines if validation errors should be limited.
FormValidator::handleErrorsWithLimitedValidation function core/lib/Drupal/Core/Form/FormValidator.php Handles validation errors for forms with limited validation.
FormValidatorTest::providerTestHandleErrorsWithLimitedValidation function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
FormValidatorTest::testHandleErrorsWithLimitedValidation function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::handleErrorsWithLimitedValidation[[api-linebreak]]
HISTORY_READ_LIMIT constant core/modules/history/history.module Entities changed before this time are always shown as read.
LegacyFunctionsTest::testDrupalSetTimeLimit function core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php @expectedDeprecation drupal_set_time_limit() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Component\Utility\Environment::setTimeLimit() instead. See https://www.drupal.org/node/3000058.
@doesNotPerformAssertions
limit-exposed-operators.php file core/modules/views/tests/fixtures/update/limit-exposed-operators.php Test fixture.
LimitOperatorsDefaultsTest class core/modules/views/tests/src/Functional/Update/LimitOperatorsDefaultsTest.php Tests the upgrade path for limit operators feature.
LimitOperatorsDefaultsTest.php file core/modules/views/tests/src/Functional/Update/LimitOperatorsDefaultsTest.php
LimitOperatorsDefaultsTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/LimitOperatorsDefaultsTest.php Set database dump files to be used.
LimitOperatorsDefaultsTest::testViewsPostUpdateLimitOperatorsDefaultValues function core/modules/views/tests/src/Functional/Update/LimitOperatorsDefaultsTest.php Tests that default settings for limit operators are present.
LOCALE_PLURAL_DELIMITER constant core/includes/common.inc The delimiter used to split plural strings.
MenuParentFormSelector::getParentDepthLimit function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Returns the maximum depth of the possible parents of the menu link.
MigrateExecutable::$memoryLimit property core/modules/migrate/src/MigrateExecutable.php The PHP memory_limit expressed in bytes.
MigrateExecutableMemoryExceededTest::$memoryLimit property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The php.ini memory_limit value.
Pager::$limit property core/lib/Drupal/Core/Pager/Pager.php The maximum number of items per page.
Pager::getLimit function core/lib/Drupal/Core/Pager/Pager.php Gets the maximum number of items per page.
PagerSelectExtender::$limit property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The number of elements per page to allow.
PagerSelectExtender::limit function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Specify the maximum number of elements per page for this query.
PagerTest::testLimit function core/modules/views/tests/src/Functional/Plugin/PagerTest.php Tests the some pager plugin.
PagerTest::testNoLimit function core/modules/views/tests/src/Functional/Plugin/PagerTest.php Tests the none-pager-query.
PluralTranslatableMarkup::DELIMITER constant core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php The delimiter used to split plural strings.
PoItem::DELIMITER constant core/lib/Drupal/Component/Gettext/PoItem.php The delimiter used to split plural strings.
QueryPluginBase::$limit property core/modules/views/src/Plugin/views/query/QueryPluginBase.php Stores the limit of items that should be requested in the query.
QueryPluginBase::getLimit function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Returns the limit of the query.
QueryPluginBase::setLimit function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Set a LIMIT on the query, specifying a maximum number of results.
RouteCompiler::REGEX_DELIMITER constant core/lib/Drupal/Core/Routing/RouteCompiler.php Utility constant to use for regular expressions against the path.
SelectSubqueryTest::testFromSubquerySelectWithLimit function core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php Tests that we can use a subquery in a FROM clause with a LIMIT.
SelectTest::testUnionOrderLimit function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can UNION multiple Select queries together with and a LIMIT.
SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT constant core/modules/simpletest/simpletest.install Minimum value of PHP memory_limit for SimpleTest.
SubformState::getLimitValidationErrors function core/lib/Drupal/Core/Form/SubformState.php
SubformState::setLimitValidationErrors function core/lib/Drupal/Core/Form/SubformState.php
SubformStateTest::testGetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::getLimitValidationErrors[[api-linebreak]]
SubformStateTest::testSetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::setLimitValidationErrors[[api-linebreak]]
system_post_update_entity_reference_autocomplete_match_limit function core/modules/system/system.post_update.php Populate the new 'match_limit' setting for the ER autocomplete widget.
TestBase::$timeLimit property core/modules/simpletest/src/TestBase.php Time limit for the test.
TestConcat::setDelimiter function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Set the delimiter.
TestMigrateExecutable::setMemoryLimit function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the memory limit.
TestSiteInstallCommand::$timeLimit property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Time limit in seconds for the test.
TriggeringElementProgrammedTest::testLimitValidationErrors function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Tests that #limit_validation_errors of the only submit button takes effect.
ValidationTest::testValidateLimitErrors function core/modules/system/tests/src/Functional/Form/ValidationTest.php Tests partial form validation through #limit_validation_errors.
ViewListBuilder::$limit property core/modules/views_ui/src/ViewListBuilder.php
ViewsListTest::testViewsListLimit function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Tests that the views list does not use a pager.
views_post_update_limit_operator_defaults function core/modules/views/views.post_update.php Define default values for limit operators settings in all filters.
views_ui_add_limited_validation function core/modules/views_ui/admin.inc Processes a non-JavaScript fallback submit button to limit its validation errors.

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