Search for date
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Date | class | core/ |
Basic sort handler for dates. |
Date | class | core/ |
A handler to provide proper displays for dates. |
Date | class | core/ |
Filter to handle dates stored as a timestamp. |
Date | class | core/ |
Argument handler for dates. |
Date | class | core/ |
Basic sort handler for datetime fields. |
Date | class | core/ |
Date/time views filter. |
Date | class | core/ |
Abstract argument handler for dates. |
Date | class | core/ |
Provides a form element for date selection. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UpdateComplexTest.php | file | core/ |
|
UpdateComplexTest::testBetweenConditionUpdate | function | core/ |
Tests BETWEEN conditional clauses. |
UpdateComplexTest::testInConditionUpdate | function | core/ |
Tests WHERE IN clauses. |
UpdateComplexTest::testLikeConditionUpdate | function | core/ |
Tests LIKE conditionals. |
UpdateComplexTest::testNotInConditionUpdate | function | core/ |
Tests WHERE NOT IN clauses. |
UpdateComplexTest::testOrConditionUpdate | function | core/ |
Tests updates with OR conditionals. |
UpdateComplexTest::testSubSelectUpdate | function | core/ |
Test UPDATE with a subselect value. |
UpdateComplexTest::testUpdateExpression | function | core/ |
Tests UPDATE with expression values. |
UpdateComplexTest::testUpdateOnlyExpression | function | core/ |
Tests UPDATE with only expression values. |
UpdateContribTest | class | core/ |
Tests how the Update Manager module handles contributed modules and themes in a series of functional tests using mock XML data. |
UpdateContribTest.php | file | core/ |
|
UpdateContribTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateContribTest::$modules | property | core/ |
Modules to enable. |
UpdateContribTest::$updateProject | property | core/ |
The project that is being tested. |
UpdateContribTest::$updateTableLocator | property | core/ |
The CSS locator for the update table run asserts on. |
UpdateContribTest::assertCoreCompatibilityMessage | function | core/ |
Asserts that a core compatibility message is correct for an update. |
UpdateContribTest::securityUpdateAvailabilityProvider | function | core/ |
Data provider method for testSecurityUpdateAvailability(). |
UpdateContribTest::setUp | function | core/ |
|
UpdateContribTest::testCoreCompatibilityMessage | function | core/ |
Tests that core compatibility messages are displayed. |
UpdateContribTest::testHookUpdateStatusAlter | function | core/ |
Checks that hook_update_status_alter() works to change a status. |
UpdateContribTest::testNonStandardVersionStrings | function | core/ |
Tests messages for invalid, empty and missing version strings. |
UpdateContribTest::testNoReleasesAvailable | function | core/ |
Tests when there is no available release data for a contrib module. |
UpdateContribTest::testNormalUpdateAvailable | function | core/ |
Tests the Update Manager module when one normal update is available. |
UpdateContribTest::testRevokedRelease | function | core/ |
Tests messages when a project release is unpublished. |
UpdateContribTest::testSecurityUpdateAvailability | function | core/ |
Tests update status of security releases. |
UpdateContribTest::testUnsupportedRelease | function | core/ |
Tests messages when a project release is marked unsupported. |
UpdateContribTest::testUpdateBaseThemeSecurityUpdate | function | core/ |
Tests that subthemes are notified about security updates for base themes. |
UpdateContribTest::testUpdateBrokenFetchURL | function | core/ |
Makes sure that if we fetch from a broken URL, sane things happen. |
UpdateContribTest::testUpdateContribBasic | function | core/ |
Tests the basic functionality of a contrib module on the status report. |
UpdateContribTest::testUpdateContribOrder | function | core/ |
Tests that contrib projects are ordered by project name. |
UpdateContribTest::testUpdateHiddenBaseTheme | function | core/ |
Tests updates with a hidden base theme. |
UpdateContribTest::testUpdateShowDisabledThemes | function | core/ |
Tests that disabled themes are only shown when desired. |
UpdateController | class | core/ |
Controller routines for update routes. |
UpdateController.php | file | core/ |
|
UpdateController::$updateManager | property | core/ |
Update manager service. |
UpdateController::create | function | core/ |
Instantiates a new instance of this class. |
UpdateController::updateStatus | function | core/ |
Returns a page about the update status of projects. |
UpdateController::updateStatusManually | function | core/ |
Manually checks the update status without the use of cron. |
UpdateController::__construct | function | core/ |
Constructs update status data. |
UpdateCoreTest | class | core/ |
Tests the Update Manager module through a series of functional tests using mock XML data. |
UpdateCoreTest.php | file | core/ |
|
UpdateCoreTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateCoreTest::$modules | property | core/ |
Modules to enable. |
UpdateCoreTest::$updateProject | property | core/ |
The project that is being tested. |
UpdateCoreTest::$updateTableLocator | property | core/ |
The CSS locator for the update table run asserts on. |
UpdateCoreTest::assertVersionUpdateLinks | function | core/ |
Asserts that an update version has the correct links. |
UpdateCoreTest::securityCoverageMessageProvider | function | core/ |
Dataprovider for testSecurityCoverageMessage(). |
UpdateCoreTest::securityUpdateAvailabilityProvider | function | core/ |
Data provider method for testSecurityUpdateAvailability(). |
UpdateCoreTest::setSystemInfo | function | core/ |
Sets the version to x.x.x when no project-specific mapping is defined. |
UpdateCoreTest::setUp | function | core/ |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.