| RouteProviderTest::testCandidateOutlines |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that the correct candidate outlines are generated. |
| RouteProviderTest::testEmptyPathCandidatesOutlines |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Don't fail when given an empty path. |
| Row::needsUpdate |
function |
core/modules/migrate/src/Row.php |
Returns if this row needs an update. |
| RowPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Validate the options form. |
| RssDefaultRowViewModeUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php |
Tests the update view mode when removing system.rss. |
| RssDefaultRowViewModeUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php |
|
| RssDefaultRowViewModeUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php |
Set database dump files to be used. |
| RssDefaultRowViewModeUpdateTest::testRssDefaultRowViewModeUpdate |
function |
core/modules/views/tests/src/Functional/Update/RssDefaultRowViewModeUpdateTest.php |
Tests the upgrade path setting rss row view mode. |
| RssFields::validate |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Validate that the plugin is correct and can be saved. |
| RsyncValidator::validate |
function |
core/modules/package_manager/src/Validator/RsyncValidator.php |
Checks that rsync is available. |
| SandboxDatabaseUpdatesValidator |
class |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Flags a warning if there are database updates in a staged update. |
| SandboxDatabaseUpdatesValidator.php |
file |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
| 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. |