Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
ValidationTestTrait::assertValidationResultsEqual | function | core/ |
Asserts two validation result sets are equal. |
ValidationTestTrait::getValidationResultsAsArray | function | core/ |
Gets an array representation of validation results for easy comparison. |
ValidationTestTrait::resolvePlaceholdersInArrayValuesWithRealPaths | function | core/ |
Resolves <PROJECT_ROOT>, <VENDOR_DIR>, <STAGE_ROOT>, <STAGE_ROOT_PARENT>. |
ValidKeysConstraint | class | core/ |
Checks that all the keys of a mapping are valid and required keys present. |
ValidKeysConstraint.php | file | core/ |
|
ValidKeysConstraint::$allowedKeys | property | core/ |
Keys which are allowed in the validated array, or `<infer>` to auto-detect. |
ValidKeysConstraint::$dynamicInvalidKeyMessage | property | core/ |
The error message if a key is unknown for the resolved type. |
ValidKeysConstraint::$dynamicMissingRequiredKeyMessage | property | core/ |
The error message if a dynamically required key is missing. |
ValidKeysConstraint::$indexedArrayMessage | property | core/ |
The error message if the array being validated is a list. |
ValidKeysConstraint::$invalidKeyMessage | property | core/ |
The error message if a key is invalid. |
ValidKeysConstraint::$missingRequiredKeyMessage | property | core/ |
The error message if a key is missing. |
ValidKeysConstraint::getAllowedKeys | function | core/ |
Returns the list of valid keys. |
ValidKeysConstraint::getDefaultOption | function | core/ |
|
ValidKeysConstraint::getRequiredOptions | function | core/ |
|
ValidKeysConstraintValidator | class | core/ |
Validates the ValidKeys constraint. |
ValidKeysConstraintValidator.php | file | core/ |
|
ValidKeysConstraintValidator::getDynamicMessageParameters | function | core/ |
Computes message parameters for dynamic type violations. |
ValidKeysConstraintValidator::validate | function | core/ |
|
ValidKeysConstraintValidatorTest | class | core/ |
Tests the ValidKeys validation constraint. |
ValidKeysConstraintValidatorTest.php | file | core/ |
|
ValidKeysConstraintValidatorTest::$config | property | core/ |
The typed config under test. |
ValidKeysConstraintValidatorTest::assertValidationErrors | function | core/ |
Asserts a set of validation errors is raised when the config is validated. |
ValidKeysConstraintValidatorTest::setUp | function | core/ |
|
ValidKeysConstraintValidatorTest::testBothUnknownAndDynamicallyRequiredKeys | function | core/ |
Tests detecting both unknown and required keys. |
ValidKeysConstraintValidatorTest::testDynamicallyRequiredKeys | function | core/ |
Tests detecting missing dynamically required keys. |
ValidKeysConstraintValidatorTest::testMarkedAsOptional | function | core/ |
Tests ValidKeys constraint validator detecting optional keys. |
ValidKeysConstraintValidatorTest::testRequiredKeys | function | core/ |
Tests detecting missing required keys. |
ValidKeysConstraintValidatorTest::testSupportedKeys | function | core/ |
Tests detecting unsupported keys. |
ValidKeysConstraintValidatorTest::testUnknownKeys | function | core/ |
Tests detecting unknown keys. |
ValidKeysConstraintValidatorTest::testValidation | function | core/ |
Tests the ValidKeys constraint validator. |
ValidKeysConstraintValidatorTest::testValidKeyInference | function | core/ |
Tests that valid keys can be inferred from the data definition. |
VariationCache::createCacheId | function | core/ |
Creates a cache ID based on cache keys and cacheable metadata. |
VariationCache::createCacheIdFast | function | core/ |
Creates a cache ID based on cache keys and cacheable metadata. |
VariationCache::getValidatedCachedRedirectChain | function | core/ |
Retrieved the redirect chain from cache, validating each part. |
VariationCache::invalidate | function | core/ |
Marks a cache item as invalid. |
VariationCacheInterface::invalidate | function | core/ |
Marks a cache item as invalid. |
VariationCacheTest::$cacheIdBase | property | core/ |
The cache ID for the cache keys, without taking contexts into account. |
VariationCacheTest::getSortedCacheId | function | core/ |
Creates the sorted cache ID from cache ID parts. |
video_dailymotion.html | file | core/ |
|
video_vimeo-resized.html | file | core/ |
|
views-responsive-grid.css | file | core/ |
/** * CSS for Views responsive grid style. */ .views-view-responsive-grid { --views-responsive-grid--layout-gap: 10px; /* Will be overridden by an inline style. */ --views-responsive-grid--column-count: 4; /* Will be overridden by an inline… |
views-view-grid-responsive.html.twig | file | core/ |
Default theme implementation for views to display rows in a responsive grid. |
views.view.test_entity_id_argument.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_id_argument.yml |
views.view.test_entity_id_argument_update.yml | file | core/ |
core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml |
views.view.test_grid_responsive.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid_responsive.yml |
ViewsArgumentValidator | class | core/ |
Defines a ViewsArgumentValidator attribute object for plugin discovery. |
ViewsArgumentValidator.php | file | core/ |
|
ViewsArgumentValidator::__construct | function | core/ |
Constructs a ViewsArgumentValidator attribute. |
ViewsDataTest::testViewsViewsDataIsBackendOverridable | function | core/ |
Tests that the service "views.views_data" is backend-overridable. |
ViewsHooks::baseFieldOverrideDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete(). |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.