| FullyValidatableConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/FullyValidatableConstraintValidator.php |
|
| FundamentalCompatibilityConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php |
|
| GenericCacheBackendUnitTestBase::testInvalidate |
function |
core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php |
Tests invalidate. |
| GenericCacheBackendUnitTestBase::testInvalidateAll |
function |
core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php |
Tests Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). |
| GenericCacheBackendUnitTestBase::testInvalidateTags |
function |
core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php |
Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags(). |
| HandlerBase::getDateField |
function |
core/modules/views/src/Plugin/views/HandlerBase.php |
Creates cross-database SQL dates. |
| HandlerBase::getDateFormat |
function |
core/modules/views/src/Plugin/views/HandlerBase.php |
Creates cross-database SQL date formatting. |
| HandlerBase::validate |
function |
core/modules/views/src/Plugin/views/HandlerBase.php |
Validate that the plugin is correct and can be saved. |
| HandlerBase::validateExposed |
function |
core/modules/views/src/Plugin/views/HandlerBase.php |
Validate the exposed handler form. |
| HandlerBase::validateExposeForm |
function |
core/modules/views/src/Plugin/views/HandlerBase.php |
Validate the options form. |
| HandlerBase::validateExtraOptionsForm |
function |
core/modules/views/src/Plugin/views/HandlerBase.php |
Validate the options form. |
| Heading::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php |
Form validation handler. |
| help.post_update.php |
file |
core/modules/help/help.post_update.php |
Post update functions for the Help module. |
| HelpHooks::searchUpdate |
function |
core/modules/help/src/Hook/HelpHooks.php |
Ensure that search is updated when extensions are installed or uninstalled. |
| HelpSearch::updateIndex |
function |
core/modules/help/src/Plugin/Search/HelpSearch.php |
Updates the search index for this plugin. |
| HelpSearch::updateIndexState |
function |
core/modules/help/src/Plugin/Search/HelpSearch.php |
Updates the 'help_search_unindexed_count' state variable. |
| HelpSearch::updateTopicList |
function |
core/modules/help/src/Plugin/Search/HelpSearch.php |
Rebuilds the database table containing topics to be indexed. |
| HelpTopicsSyntaxTest::validateHtml |
function |
core/modules/help/tests/src/Functional/HelpTopicsSyntaxTest.php |
Validates the HTML and header hierarchy for topic text. |
| help_removed_post_updates |
function |
core/modules/help/help.post_update.php |
Implements hook_removed_post_updates(). |
| help_update_last_removed |
function |
core/modules/help/help.install |
Implements hook_update_last_removed(). |
| HighWaterTest::testHighWaterUpdate |
function |
core/modules/migrate/tests/src/Kernel/HighWaterTest.php |
Tests high water property of SqlBase when rows marked for update. |
| hook_ENTITY_TYPE_update |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to updates to an entity of a particular type. |
| hook_entity_update |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to updates to an entity. |
| hook_field_storage_config_update_forbid |
function |
core/modules/field/field.api.php |
Forbid a field storage update from occurring. |
| hook_language_fallback_candidates_alter |
function |
core/modules/language/language.api.php |
Allow modules to alter the language fallback candidates. |
| hook_language_fallback_candidates_OPERATION_alter |
function |
core/modules/language/language.api.php |
Allow modules to alter the fallback candidates for specific operations. |
| hook_node_update_index |
function |
core/modules/node/node.api.php |
Act on a node being indexed for searching. |
| hook_post_update_NAME |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Executes an update which is intended to update data, like entities. |
| hook_removed_post_updates |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of removed hook_post_update_NAME() function names. |
| hook_update_dependencies |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of information about module update dependencies. |
| hook_update_last_removed |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return a number which is no longer available as hook_update_N(). |
| hook_update_N |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Perform a single update between minor versions. |
| hook_update_projects_alter |
function |
core/modules/update/update.api.php |
Alter the list of projects before fetching data and comparing versions. |
| hook_update_requirements |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Check requirements before running database updates. |
| hook_update_requirements_alter |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Alters update requirements data. |
| hook_update_status_alter |
function |
core/modules/update/update.api.php |
Alter the information about available updates for projects. |
| hook_views_invalidate_cache |
function |
core/modules/views/views.api.php |
Allow modules to respond to the invalidation of the Views cache. |
| HTMLRestrictions::validateAllowedRestrictionsPhase1 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 1: shape of keys. |
| HTMLRestrictions::validateAllowedRestrictionsPhase2 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 2: shape of values. |
| HTMLRestrictions::validateAllowedRestrictionsPhase3 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 3: HTML tag attribute restriction keys. |
| HTMLRestrictions::validateAllowedRestrictionsPhase4 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 4: HTML tag attr restriction values. |
| HTMLRestrictions::validateAllowedRestrictionsPhase5 |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Validates allowed elements — phase 5: disallowed attribute overrides. |
| Htmx::validate |
function |
core/lib/Drupal/Core/Htmx/Htmx.php |
Creates a `data-hx-validate` attribute. |
| HtmxAttributesTest::hxValidateDataProvider |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Provides data to ::testHxValidate. |
| HtmxAttributesTest::testHxValidate |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php |
Test validate method. |
| IconExtractorBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php |
Form validation handler. |
| IconPackExtractorForm::validateConfigurationForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php |
Form validation handler. |
| IconPackExtractorFormTest::testValidateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
Test the IconPackExtractorForm::validateConfigurationForm method. |
| IconPackManager::SCHEMA_VALIDATE |
constant |
core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php |
|
| IconPackManager::validateDefinition |
function |
core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php |
Validates a definition against the JSON schema specification. |