Search for date

  1. Search 7.x for date
  2. Search 9.5.x for date
  3. Search 8.9.x for date
  4. Search 10.3.x for date
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Date class core/modules/views/src/Plugin/views/sort/Date.php Basic sort handler for dates.
Date class core/modules/views/src/Plugin/views/field/Date.php A handler to provide proper displays for dates.
Date class core/modules/views/src/Plugin/views/filter/Date.php Filter to handle dates stored as a timestamp.
Date class core/modules/views/src/Plugin/views/argument/Date.php Argument handler for dates.
Date class core/modules/datetime/src/Plugin/views/sort/Date.php Basic sort handler for datetime fields.
Date class core/modules/datetime/src/Plugin/views/filter/Date.php Date/time views filter.
Date class core/modules/datetime/src/Plugin/views/argument/Date.php Abstract argument handler for dates.
Date class core/lib/Drupal/Core/Render/Element/Date.php Provides a form element for date or time selection.

All search results

Title Object type File name Summary
ModuleRequiredByThemesUninstallValidatorTest::testValidateOneThemeDependency function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php @covers ::validate
ModuleRequiredByThemesUninstallValidatorTest::testValidateTwoThemeDependencies function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php @covers ::validate
ModulesUninstallForm::$updateRegistry property core/modules/system/src/Form/ModulesUninstallForm.php The update registry service.
ModulesUninstallForm::validateForm function core/modules/system/src/Form/ModulesUninstallForm.php Form validation handler.
ModuleUninstallValidatorInterface::validate function core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php Determines the reasons a module can not be uninstalled.
module_test.post_update.php file core/modules/system/tests/modules/module_test/module_test.post_update.php
module_test_post_update_test function core/modules/system/tests/modules/module_test/module_test.post_update.php Test post update function.
MonthDate class core/modules/views/src/Plugin/views/argument/MonthDate.php Argument handler for a month (MM)
MonthDate class core/modules/datetime/src/Plugin/views/argument/MonthDate.php Argument handler for a month.
MonthDate.php file core/modules/datetime/src/Plugin/views/argument/MonthDate.php
MonthDate.php file core/modules/views/src/Plugin/views/argument/MonthDate.php
MonthDate::$argFormat property core/modules/views/src/Plugin/views/argument/MonthDate.php The date format used in the query.
MonthDate::$argFormat property core/modules/datetime/src/Plugin/views/argument/MonthDate.php The date format used in the query.
MonthDate::$format property core/modules/views/src/Plugin/views/argument/MonthDate.php The date format used in the title.
MonthDate::summaryArgument function core/modules/views/src/Plugin/views/argument/MonthDate.php Provides the argument to use to link from the summary to the next level.
MonthDate::summaryName function core/modules/views/src/Plugin/views/argument/MonthDate.php Provides the name to use for the summary, defaults to the name field.
MonthDate::title function core/modules/views/src/Plugin/views/argument/MonthDate.php Get the title this argument will assign the view, given the argument.
MonthDatePluginTest class core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Tests the Month Date Plugin.
MonthDatePluginTest.php file core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php
MonthDatePluginTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php The theme to install as the default for testing.
MonthDatePluginTest::$modules property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Modules to install.
MonthDatePluginTest::$node1 property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Test node 1.
MonthDatePluginTest::$node2 property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Test node 2.
MonthDatePluginTest::$testViews property core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Views used by this test.
MonthDatePluginTest::setUp function core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Sets up the test.
MonthDatePluginTest::testMonthDatePlugin function core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php Tests the Month Date Plugin.
MultisiteValidator::validate function core/modules/package_manager/src/Validator/MultisiteValidator.php Validates that the current site is not part of a multisite.
Mysql8RequirePrimaryKeyUpdateTest class core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests updates MySQL 8 when sql_require_primary_key is on.
Mysql8RequirePrimaryKeyUpdateTest.php file core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php
Mysql8RequirePrimaryKeyUpdateTest::prepareSettings function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Add settings that are missed since the installer isn't run.
Mysql8RequirePrimaryKeyUpdateTest::runDbTasks function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Runs the install database tasks for the driver used by the test runner.
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Set database dump files to be used.
Mysql8RequirePrimaryKeyUpdateTest::testDatabaseLoaded function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests updates.
MysqlDateSql class core/modules/views/src/Plugin/views/query/MysqlDateSql.php MySQL-specific date handling.
MysqlDateSql.php file core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::$database property core/modules/views/src/Plugin/views/query/MysqlDateSql.php The database connection.
MysqlDateSql::$replace property core/modules/views/src/Plugin/views/query/MysqlDateSql.php An array of PHP-to-MySQL replacement patterns.
MysqlDateSql::getDateField function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Returns a native database expression for a given field.
MysqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Creates a native database date formatting.
MysqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Applies the given offset to the given field.
MysqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Set the database to the given timezone.
MysqlDateSql::__construct function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Constructs the MySQL-specific date sql class.
MysqlDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the MySQL-specific date query handler.
MysqlDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php The mocked database service.
MysqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Provider for date formatting test.
MysqlDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the getDateField method.
MysqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests date formatting replacement.
MysqlDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests timezone offset formatting.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.