| SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Checks that the staged update does not have changes to its install files. |
| SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Gets extensions that have database updates in the stage directory. |
| SandboxDatabaseUpdatesValidator::getSubscribedEvents |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
| SandboxDatabaseUpdatesValidator::getUpdateFunctions |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Returns a list of all update functions for a module. |
| SandboxDatabaseUpdatesValidator::hasStagedUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Determines if a staged extension has changed update functions. |
| SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Determines if a set of tokens contain a function name matching a pattern. |
| SandboxDatabaseUpdatesValidator::__construct |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
| SandboxDirectoryValidator::validate |
function |
core/modules/package_manager/src/Validator/SandboxDirectoryValidator.php |
Check if staging root is a subdirectory of active. |
| SandboxManagerBase::validateRequirements |
function |
core/modules/package_manager/src/SandboxManagerBase.php |
Validates a set of package names. |
| SandboxManagerBaseTest::providerValidateRequirements |
function |
core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php |
Data provider for testValidateRequirements. |
| SandboxManagerBaseTest::testValidateRequirements |
function |
core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php |
Tests validate requirements. |
| SAVED_UPDATED |
constant |
core/includes/common.inc |
Return status for saving which involved an update to an existing item. |
| Scale::validateArguments |
function |
core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php |
Validates the arguments. |
| ScaleAndCrop::validateArguments |
function |
core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php |
Validates the arguments. |
| ScaleImageEffect::validateConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Form validation handler. |
| search.post_update.php |
file |
core/modules/search/search.post_update.php |
Post update functions for Search module. |
| Search::validateExposed |
function |
core/modules/search/src/Plugin/views/filter/Search.php |
Validate the exposed handler form. |
| SearchBlockPageIdUpdatePathTest |
class |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Tests update path for the search block's `page_id` setting from '' to NULL. |
| SearchBlockPageIdUpdatePathTest.php |
file |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
|
| SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Set database dump files to be used. |
| SearchBlockPageIdUpdatePathTest::testRunUpdates |
function |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Tests update path for the search block's `page_id` setting from '' to NULL. |
| SearchDateIntervalTest |
class |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
Tests searching with date filters that exclude some translations. |
| SearchDateIntervalTest.php |
file |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
|
| SearchDateIntervalTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
The theme to install as the default for testing. |
| SearchDateIntervalTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
Modules to install. |
| SearchDateIntervalTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
|
| SearchDateIntervalTest::testDateIntervalQueryAlter |
function |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
Tests searching with date filters that exclude some translations. |
| SearchDateQueryAlterHooks |
class |
core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php |
Hook implementations for search_date_query_alter. |
| SearchDateQueryAlterHooks.php |
file |
core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php |
|
| SearchDateQueryAlterHooks::querySearchNodeSearchAlter |
function |
core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php |
Implements hook_query_TAG_alter(). |
| SearchIndex::updateWordWeights |
function |
core/modules/search/src/SearchIndex.php |
Updates the {search_total} database table. |
| SearchIndexingInterface::updateIndex |
function |
core/modules/search/src/Plugin/SearchIndexingInterface.php |
Updates the search index for this plugin. |
| SearchIndexInterface::updateWordWeights |
function |
core/modules/search/src/SearchIndexInterface.php |
Updates the {search_total} database table. |
| SearchNodeUpdateAndDeletionTest |
class |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests search index is updated properly when nodes are removed or updated. |
| SearchNodeUpdateAndDeletionTest.php |
file |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
| SearchNodeUpdateAndDeletionTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
The theme to install as the default for testing. |
| SearchNodeUpdateAndDeletionTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Modules to install. |
| SearchNodeUpdateAndDeletionTest::$testUser |
property |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
A user with permission to access and search content. |
| SearchNodeUpdateAndDeletionTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
|
| SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests that the search index info is properly updated when a node changes. |
| SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion |
function |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests that the search index info is updated when a node is deleted. |
| SearchPageFormBase::validateForm |
function |
core/modules/search/src/Form/SearchPageFormBase.php |
Form validation handler. |
| SearchPageListBuilder::validateAddSearchPage |
function |
core/modules/search/src/SearchPageListBuilder.php |
Form validation handler for adding a new search page. |
| SearchPageListBuilder::validateForm |
function |
core/modules/search/src/SearchPageListBuilder.php |
Form validation handler. |
| search_date_query_alter.info.yml |
file |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
| search_post_update_block_with_empty_page_id |
function |
core/modules/search/search.post_update.php |
Updates Search Blocks' without an explicit `page_id` from '' to NULL. |
| search_removed_post_updates |
function |
core/modules/search/search.post_update.php |
Implements hook_removed_post_updates(). |
| SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests that the stored advisories response is deleted on interval decrease. |
| SecurityAdvisory::validateAdvisoryData |
function |
core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php |
Validates the security advisory data. |
| Select::$forUpdate |
property |
core/lib/Drupal/Core/Database/Query/Select.php |
The FOR UPDATE status. |