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 |
---|---|---|---|
UpdateFeedItemTest.php | file | core/ |
|
UpdateFeedItemTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateFeedItemTest::testUpdateFeedItem | function | core/ |
Tests running "update items" from 'admin/config/services/aggregator' page. |
UpdateFeedTest | class | core/ |
Update feed test. |
UpdateFeedTest.php | file | core/ |
|
UpdateFeedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateFeedTest::testUpdateFeed | function | core/ |
Creates a feed and attempts to update it. |
UpdateFetcher | class | core/ |
Fetches project information from remote locations. |
UpdateFetcher.php | file | core/ |
|
UpdateFetcher::$fetchUrl | property | core/ |
The fetch URL configured in the update settings. |
UpdateFetcher::$httpClient | property | core/ |
The HTTP client to fetch the feed data with. |
UpdateFetcher::$updateSettings | property | core/ |
The update settings. |
UpdateFetcher::$withHttpFallback | property | core/ |
Whether to use HTTP fallback if HTTPS fails. |
UpdateFetcher::buildFetchUrl | function | core/ |
Generates the URL to fetch information about project updates. |
UpdateFetcher::doRequest | function | core/ |
Applies a GET request with a possible HTTP fallback. |
UpdateFetcher::fetchProjectData | function | core/ |
Retrieves the project information. |
UpdateFetcher::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
UpdateFetcher::UPDATE_DEFAULT_URL | constant | core/ |
URL to check for updates, if a given project doesn't define its own. |
UpdateFetcher::__construct | function | core/ |
Constructs an UpdateFetcher. |
UpdateFetcherInterface | interface | core/ |
Fetches project information from remote locations. |
UpdateFetcherInterface.php | file | core/ |
|
UpdateFetcherInterface::buildFetchUrl | function | core/ |
Generates the URL to fetch information about project updates. |
UpdateFetcherInterface::fetchProjectData | function | core/ |
Retrieves the project information. |
UpdateFetcherInterface::FETCH_PENDING | constant | core/ |
We need to (re)fetch available update data for this project. |
UpdateFetcherInterface::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
UpdateFetcherInterface::NOT_CHECKED | constant | core/ |
Project's status cannot be checked. |
UpdateFetcherInterface::NOT_FETCHED | constant | core/ |
There was a failure fetching available update data for this project. |
UpdateFetcherInterface::UNKNOWN | constant | core/ |
No available update data was found for project. |
UpdateFetcherTest | class | core/ |
Tests update functionality unrelated to the database. |
UpdateFetcherTest.php | file | core/ |
|
UpdateFetcherTest::$history | property | core/ |
History of requests/responses. |
UpdateFetcherTest::$logMessages | property | core/ |
|
UpdateFetcherTest::$mockConfigFactory | property | core/ |
Mock config factory. |
UpdateFetcherTest::$mockHttpClient | property | core/ |
Mock HTTP client. |
UpdateFetcherTest::$testProject | property | core/ |
A test project to fetch with. |
UpdateFetcherTest::$updateFetcher | property | core/ |
The update fetcher to use. |
UpdateFetcherTest::log | function | core/ |
|
UpdateFetcherTest::mockClient | function | core/ |
Mocks the HTTP client. |
UpdateFetcherTest::providerTestUpdateBuildFetchUrl | function | core/ |
Provide test data for self::testUpdateBuildFetchUrl(). |
UpdateFetcherTest::setUp | function | core/ |
|
UpdateFetcherTest::testUpdateBuildFetchUrl | function | core/ |
Tests that buildFetchUrl() builds the URL correctly. |
UpdateFetcherTest::testUpdateFetcherHttpFallback | function | core/ |
@covers ::doRequest @covers ::fetchProjectData |
UpdateFetcherTest::testUpdateFetcherNoFallback | function | core/ |
@covers ::doRequest @covers ::fetchProjectData |
UpdateHookRegistry | class | core/ |
Provides module updates versions handling. |
UpdateHookRegistry.php | file | core/ |
|
UpdateHookRegistry::$allAvailableSchemaVersions | property | core/ |
A static cache of schema currentVersions per module. |
UpdateHookRegistry::$enabledModules | property | core/ |
A list of enabled modules. |
UpdateHookRegistry::$keyValue | property | core/ |
The key value storage. |
UpdateHookRegistry::deleteInstalledVersion | function | core/ |
Deletes the installed version information for the module. |
UpdateHookRegistry::getAllInstalledVersions | function | core/ |
Returns the currently installed schema version for all modules. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.