NoPreExistingSchemaUpdateTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
Tries to update a module which has no pre-existing schema. |
NoPreExistingSchemaUpdateTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
|
NoPreExistingSchemaUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
The theme to install as the default for testing. |
NoPreExistingSchemaUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
|
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema |
function |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
Tests the system module updates with no dependencies installed. |
NotNullConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php |
|
NullBackend::invalidate |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Marks a cache item as invalid. |
NullBackend::invalidateAll |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Marks all cache items as invalid. |
NullBackend::invalidateMultiple |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Marks cache items as invalid. |
NullIdMap::getRowsNeedingUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Retrieves an array of map rows marked as needing update. |
NullIdMap::prepareUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Prepares to run a full update. |
NullIdMap::setUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Sets a specified record to be updated, if it exists. |
NullIdMap::updateCount |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Returns a count of items which are marked as needing update. |
Number::validateNumber |
function |
core/lib/Drupal/Core/Render/Element/Number.php |
Form element validation handler for #type 'number'. |
NumericArgumentValidator::validateArgument |
function |
core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php |
Performs validation for a given argument. |
OEmbed::validateConfigurationForm |
function |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
Form validation handler. |
OEmbedForm::validateUrl |
function |
core/modules/media_library/src/Form/OEmbedForm.php |
Validates the oEmbed URL. |
OEmbedResourceConstraintValidator::validate |
function |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php |
|
OEmbedResourceConstraintValidatorTest::testValidateEmptySource |
function |
core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php |
@covers ::validate |
OEmbedResourceConstraintValidatorTest::testValidateUrlResolverInvoked |
function |
core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php |
@covers ::validate |
OpCodeCache::invalidate |
function |
core/lib/Drupal/Component/Utility/OpCodeCache.php |
Invalidates a PHP file from a possibly active opcode cache. |
OpmlFeedAdd::validateForm |
function |
core/modules/aggregator/src/Form/OpmlFeedAdd.php |
Form validation handler. |
OpmlFields::validate |
function |
core/modules/views/src/Plugin/views/row/OpmlFields.php |
Validate that the plugin is correct and can be saved. |
OptionsFieldTest::testUpdateAllowedValues |
function |
core/modules/options/tests/src/Kernel/OptionsFieldTest.php |
Tests that allowed values can be updated. |
OptionsWidgetBase::validateElement |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php |
Form validation handler for widget elements. |
options_field_storage_config_update |
function |
core/modules/options/options.module |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
options_field_storage_config_update_forbid |
function |
core/modules/options/options.module |
Implements hook_field_storage_config_update_forbid(). |
OverriddenConfigImportTest::testConfigImportUpdates |
function |
core/modules/language/tests/src/Kernel/OverriddenConfigImportTest.php |
Tests importing overridden config alongside config in the default language. |
Page::validate |
function |
core/modules/views/src/Plugin/views/display/Page.php |
Validate that the plugin is correct and can be saved. |
Page::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/Page.php |
Validate the options form. |
PagerManager::getUpdatedParameters |
function |
core/lib/Drupal/Core/Pager/PagerManager.php |
Gets the URL query parameter array of a pager link. |
PagerManagerInterface::getUpdatedParameters |
function |
core/lib/Drupal/Core/Pager/PagerManagerInterface.php |
Gets the URL query parameter array of a pager link. |
PagerManagerTest::testGetUpdatedParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php |
@covers ::getUpdatedParameters |
PagerPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::updatePageInfo |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Updates the pager information. |
PagerPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Provide the default form for validating options. |
PasswordConfirm::validatePasswordConfirm |
function |
core/lib/Drupal/Core/Render/Element/PasswordConfirm.php |
Validates a password_confirm element. |
PasswordHashingTest::testPasswordNeedsUpdate |
function |
core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php |
Tests a password needs update. |
path.post_update.php |
file |
core/modules/path/path.post_update.php |
Post update functions for the path module. |
PathAlias::getCacheTagsToInvalidate |
function |
core/modules/path_alias/src/Entity/PathAlias.php |
Returns the cache tags that should be used to invalidate caches. |
PathAliasConstraintValidator::validate |
function |
core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php |
|
PathElement::validateMatchedPath |
function |
core/lib/Drupal/Core/Render/Element/PathElement.php |
Form element validation handler for matched_path elements. |
PathElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Form validation handler. |
PathPluginBase::validate |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Validate that the plugin is correct and can be saved. |
PathPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Validate the options form. |
PathPluginBase::validatePath |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Validates the path of the display. |
PathWidget::validateFormElement |
function |
core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php |
Form element validation handler for URL alias form element. |
path_removed_post_updates |
function |
core/modules/path/path.post_update.php |
Implements hook_removed_post_updates(). |
path_update_last_removed |
function |
core/modules/path/path.install |
Implements hook_update_last_removed(). |
PerformanceForm::$dateFormatter |
property |
core/modules/system/src/Form/PerformanceForm.php |
The date formatter service. |