Search for limit

  1. Search 7.x for limit
  2. Search 8.9.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
BookManager::getParentDepthLimit function core/modules/book/src/BookManager.php
BookManagerInterface::getParentDepthLimit function core/modules/book/src/BookManagerInterface.php Finds the depth limit for items in the parent select.
BrowserTestBase::$timeLimit property core/tests/Drupal/Tests/BrowserTestBase.php Time limit in seconds for the test.
COMMENT_NEW_LIMIT constant core/modules/comment/comment.module The time cutoff for comments marked as read for entity types other node.
ConcatTest::testConcatWithDelimiter function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat works without a delimiter.
ConcatTest::testConcatWithoutDelimiter function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat works without a delimiter.
ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors function core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php Tests field widgets with #limit_validation_errors.
DateFilterTest::testLimitExposedOperators function core/modules/datetime/tests/src/Functional/DateFilterTest.php Tests the limit of the expose operator functionality.
DbLogTest::verifyRowLimit function core/modules/dblog/tests/src/Functional/DbLogTest.php Verifies setting of the database log row limit.
DefaultConfigTest::$timeLimit property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
Drupal::MINIMUM_PHP_MEMORY_LIMIT constant core/lib/Drupal.php Minimum recommended value of PHP memory_limit.
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT constant core/includes/bootstrap.inc Minimum recommended value of PHP memory_limit.
ElementsLabelsTest::getFormWithLimitedProperties function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Return a form with element with not all properties defined.
EntityField::$limit_values property core/modules/views/src/Plugin/views/field/EntityField.php Does the rendered fields get limited.
EntityListBuilder::$limit property core/lib/Drupal/Core/Entity/EntityListBuilder.php The number of entities to list per page, or FALSE to list all entities.
EntityReferenceEntityFormatter::RECURSIVE_RENDER_LIMIT constant core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php The number of times this formatter allows rendering the same entity.
Environment::checkMemoryLimit function core/lib/Drupal/Component/Utility/Environment.php Compares the memory required for an operation to the available memory.
Environment::setTimeLimit function core/lib/Drupal/Component/Utility/Environment.php Attempts to set the PHP maximum execution time.
EnvironmentTest::providerTestCheckMemoryLimit function core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Provides data for testCheckMemoryLimit().
EnvironmentTest::testCheckMemoryLimit function core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php Tests \Drupal\Component\Utility\Environment::checkMemoryLimit().
ExplodeTest::testExplodeWithEmptyDelimiter function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode fails with empty delimiter.
ExplodeTest::testTransformLimit function core/modules/migrate/tests/src/Unit/process/ExplodeTest.php Tests explode transform process works with a limit.
field.field.node.basic_page.field_unlimited_media.yml file core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_unlimited_media.yml core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_unlimited_media.yml
field.storage.node.field_unlimited_media.yml file core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_unlimited_media.yml core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_unlimited_media.yml
FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED constant core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Value indicating a field accepts an unlimited number of values.
FilterTest::testLimitExposedOperators function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests the limit of the expose operator functionality.
FormState::$limit_validation_errors property core/lib/Drupal/Core/Form/FormState.php Stores which errors should be limited during validation.
FormState::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormState.php Retrieves the limited validation error sections.
FormState::setLimitValidationErrors function core/lib/Drupal/Core/Form/FormState.php Sets the limited validation error sections.
FormStateDecoratorBase::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBase::setLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBaseTest::providerLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testGetLimitValidationErrors() and self::testGetLimitValidationErrors().
FormStateDecoratorBaseTest::testGetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getLimitValidationErrors[[api-linebreak]]
FormStateDecoratorBaseTest::testSetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setLimitValidationErrors[[api-linebreak]]
FormStateInterface::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateInterface.php Retrieves the limited validation error sections.
FormStateInterface::setLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the limited validation error sections.
FormTest::$fieldStorageUnlimited property core/modules/field/tests/src/Functional/FormTest.php An array of values defining a field with unlimited cardinality.
FormTest::testFieldFormUnlimited function core/modules/field/tests/src/Functional/FormTest.php
FormTest::testFieldFormUnlimitedRequired function core/modules/field/tests/src/Functional/FormTest.php Tests the position of the required label.
FormTestLimitValidationErrorsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php Builds a simple form with a button triggering partial validation.
FormTestLimitValidationErrorsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
FormTestLimitValidationErrorsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors function core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
FormTestLimitValidationErrorsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
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
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

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