ScaleAndCropAddAnchorUpdateTest |
class |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
Tests adding an 'anchor' setting to existing scale and crop image effects. |
ScaleAndCropAddAnchorUpdateTest.php |
file |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
|
ScaleAndCropAddAnchorUpdateTest::setDatabaseDumpFiles |
function |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
Set database dump files to be used. |
ScaleAndCropAddAnchorUpdateTest::testImagePostUpdateScaleAndCropEffectAddAnchor |
function |
core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php |
Tests that 'anchor' setting is properly added. |
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 |
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 enable. |
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. |
SearchDeprecationTest::testUpdateTotals |
function |
core/modules/search/tests/src/Kernel/SearchDeprecationTest.php |
@expectedDeprecation search_update_totals() is deprecated in drupal:8.8.0 and is removed in drupal:9.0.0. Use custom implementation of \Drupal\search\SearchIndexInterface instead. See https://www.drupal.org/node/3075696 |
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 enable. |
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_date_query_alter.module |
file |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module |
Adds date conditions to node searches. |
search_date_query_alter_query_search_node_search_alter |
function |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module |
Implements hook_query_TAG_alter(): tag search_$type with $type node_search. |
search_post_update_block_page |
function |
core/modules/search/search.post_update.php |
Configures default search page for instantiated blocks. |
search_post_update_reindex_after_diacritics_rule_change |
function |
core/modules/search/search.post_update.php |
Mark everything for reindexing after diacritics removal rule change. |
search_update_totals |
function |
core/modules/search/search.module |
Updates the {search_total} database table. |
SectionDependenciesUpdatePathTest |
class |
core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php |
Tests the upgrade path for Layout Builder section dependencies. |
SectionDependenciesUpdatePathTest.php |
file |
core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php |
|
SectionDependenciesUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php |
Set database dump files to be used. |
SectionDependenciesUpdatePathTest::testRunUpdates |
function |
core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php |
Tests the upgrade path for Layout Builder section dependencies. |
Select::$forUpdate |
property |
core/lib/Drupal/Core/Database/Query/Select.php |
The FOR UPDATE status |
Select::forUpdate |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Select.php |
Add FOR UPDATE to the query. |
Select::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Add FOR UPDATE to the query. |
SelectExtender::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Add FOR UPDATE to the query. |
SelectInterface::forUpdate |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Add FOR UPDATE to the query. |
SelectionInterface::validateReferenceableEntities |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php |
Validates which existing entities can be referenced. |
SelectionPluginBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
Form validation handler. |
SelectionWithAutocreateInterface::validateReferenceableNewEntities |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php |
Validates which newly created entities can be referenced. |
serialization_update_8301 |
function |
core/modules/serialization/serialization.install |
|
serialization_update_8302 |
function |
core/modules/serialization/serialization.install |
Add serialization.settings::bc_primitives_as_strings configuration. |
serialization_update_8401 |
function |
core/modules/serialization/serialization.install |
Enable BC for timestamp formatting: continue to return UNIX timestamps. |
Serialized::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/field/Serialized.php |
Validate the options form. |