Search for limit
- Search 7.x for limit
- Search 9.5.x for limit
- Search 10.3.x for limit
- Search 11.x for limit
- Search main for limit
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormTestLimitValidationErrorsForm::partialSubmitForm | function | core/ |
|
| FormTestLimitValidationErrorsForm::submitForm | function | core/ |
Form submission handler. |
| FormValidationMessageOrderTest::testLimitValidationErrors | function | core/ |
Tests that fields validation messages are sorted in the fields order. |
| FormValidator::determineLimitValidationErrors | function | core/ |
Determines if validation errors should be limited. |
| FormValidator::handleErrorsWithLimitedValidation | function | core/ |
Handles validation errors for forms with limited validation. |
| FormValidatorTest::providerTestHandleErrorsWithLimitedValidation | function | core/ |
|
| FormValidatorTest::testHandleErrorsWithLimitedValidation | function | core/ |
@covers ::handleErrorsWithLimitedValidation[[api-linebreak]] |
| HISTORY_READ_LIMIT | constant | core/ |
Entities changed before this time are always shown as read. |
| LegacyFunctionsTest::testDrupalSetTimeLimit | function | core/ |
@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/ |
Test fixture. |
| LimitOperatorsDefaultsTest | class | core/ |
Tests the upgrade path for limit operators feature. |
| LimitOperatorsDefaultsTest.php | file | core/ |
|
| LimitOperatorsDefaultsTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| LimitOperatorsDefaultsTest::testViewsPostUpdateLimitOperatorsDefaultValues | function | core/ |
Tests that default settings for limit operators are present. |
| LOCALE_PLURAL_DELIMITER | constant | core/ |
The delimiter used to split plural strings. |
| MenuParentFormSelector::getParentDepthLimit | function | core/ |
Returns the maximum depth of the possible parents of the menu link. |
| MigrateExecutable::$memoryLimit | property | core/ |
The PHP memory_limit expressed in bytes. |
| MigrateExecutableMemoryExceededTest::$memoryLimit | property | core/ |
The php.ini memory_limit value. |
| Pager::$limit | property | core/ |
The maximum number of items per page. |
| Pager::getLimit | function | core/ |
Gets the maximum number of items per page. |
| PagerSelectExtender::$limit | property | core/ |
The number of elements per page to allow. |
| PagerSelectExtender::limit | function | core/ |
Specify the maximum number of elements per page for this query. |
| PagerTest::testLimit | function | core/ |
Tests the some pager plugin. |
| PagerTest::testNoLimit | function | core/ |
Tests the none-pager-query. |
| PluralTranslatableMarkup::DELIMITER | constant | core/ |
The delimiter used to split plural strings. |
| PoItem::DELIMITER | constant | core/ |
The delimiter used to split plural strings. |
| QueryPluginBase::$limit | property | core/ |
Stores the limit of items that should be requested in the query. |
| QueryPluginBase::getLimit | function | core/ |
Returns the limit of the query. |
| QueryPluginBase::setLimit | function | core/ |
Set a LIMIT on the query, specifying a maximum number of results. |
| RouteCompiler::REGEX_DELIMITER | constant | core/ |
Utility constant to use for regular expressions against the path. |
| SelectSubqueryTest::testFromSubquerySelectWithLimit | function | core/ |
Tests that we can use a subquery in a FROM clause with a LIMIT. |
| SelectTest::testUnionOrderLimit | function | core/ |
Tests that we can UNION multiple Select queries together with and a LIMIT. |
| SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT | constant | core/ |
Minimum value of PHP memory_limit for SimpleTest. |
| SubformState::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
| SubformState::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
| SubformStateTest::testGetLimitValidationErrors | function | core/ |
@covers ::getLimitValidationErrors[[api-linebreak]] |
| SubformStateTest::testSetLimitValidationErrors | function | core/ |
@covers ::setLimitValidationErrors[[api-linebreak]] |
| system_post_update_entity_reference_autocomplete_match_limit | function | core/ |
Populate the new 'match_limit' setting for the ER autocomplete widget. |
| TestBase::$timeLimit | property | core/ |
Time limit for the test. |
| TestConcat::setDelimiter | function | core/ |
Set the delimiter. |
| TestMigrateExecutable::setMemoryLimit | function | core/ |
Sets the memory limit. |
| TestSiteInstallCommand::$timeLimit | property | core/ |
Time limit in seconds for the test. |
| TriggeringElementProgrammedTest::testLimitValidationErrors | function | core/ |
Tests that #limit_validation_errors of the only submit button takes effect. |
| ValidationTest::testValidateLimitErrors | function | core/ |
Tests partial form validation through #limit_validation_errors. |
| ViewListBuilder::$limit | property | core/ |
The number of entities to list per page, or FALSE to list all entities. |
| ViewsListTest::testViewsListLimit | function | core/ |
Tests that the views list does not use a pager. |
| views_post_update_limit_operator_defaults | function | core/ |
Define default values for limit operators settings in all filters. |
| views_ui_add_limited_validation | function | core/ |
Processes a non-JavaScript fallback submit button to limit its validation errors. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.