Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DateTimeWidgetBase::massageFormValues function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php Massages the form values into the format expected for field values.
DATETIME_DATETIME_STORAGE_FORMAT constant core/modules/datetime/datetime.module Defines the format that date and time should be stored in.
DATETIME_DATE_STORAGE_FORMAT constant core/modules/datetime/datetime.module Defines the format that dates should be stored in.
datetime_field_views_data function core/modules/datetime/datetime.views.inc Implements hook_field_views_data().
datetime_range-filter-values.php file core/modules/datetime_range/tests/fixtures/update/datetime_range-filter-values.php Contains database additions to drupal-8.bare.standard.php.gz for testing the
upgrade path of https://www.drupal.org/node/2786577.
datetime_range.post_update.php file core/modules/datetime_range/datetime_range.post_update.php Post-update functions for Datetime Range module.
datetime_range.schema.yml file core/modules/datetime_range/config/schema/datetime_range.schema.yml core/modules/datetime_range/config/schema/datetime_range.schema.yml
datetime_range.views.inc file core/modules/datetime_range/datetime_range.views.inc Provides views data for the datetime_range module.
datetime_range_field_views_data function core/modules/datetime_range/datetime_range.views.inc Implements hook_field_views_data().
datetime_range_post_update_translatable_separator function core/modules/datetime_range/datetime_range.post_update.php Clear caches to ensure schema changes are read.
datetime_range_post_update_views_string_plugin_id function core/modules/datetime_range/datetime_range.post_update.php Update existing views using datetime_range fields.
datetime_range_test.info.yml file core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml
datetime_range_test.module file core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module Contains datetime_range_test.module
datetime_range_test_entity_type_alter function core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module Implements hook_entity_type_alter().
datetime_range_view_presave function core/modules/datetime_range/datetime_range.module Implements hook_ENTITY_TYPE_presave().
DATETIME_STORAGE_TIMEZONE constant core/modules/datetime/datetime.module Defines the timezone that dates should be stored in.
datetime_test.info.yml file core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml
datetime_type_field_views_data_helper function core/modules/datetime/datetime.views.inc Provides Views integration for any datetime-based fields.
date_iso8601 function core/includes/common.inc Returns an ISO8601 formatted date based on the given date.
DayDate::summaryArgument function core/modules/views/src/Plugin/views/argument/DayDate.php Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl().
DayDate::summaryName function core/modules/views/src/Plugin/views/argument/DayDate.php Provides the name to use for the summary. By default this is just
the name field.
db-tools.php file core/scripts/db-tools.php A command line application to import a database generation script.
DbCommandBase class core/lib/Drupal/Core/Command/DbCommandBase.php Base command that abstracts handling of database connection arguments.
DbCommandBase.php file core/lib/Drupal/Core/Command/DbCommandBase.php
DbCommandBase::configure function core/lib/Drupal/Core/Command/DbCommandBase.php
DbCommandBase::getDatabaseConnection function core/lib/Drupal/Core/Command/DbCommandBase.php Parse input options decide on a database.
DbCommandBaseTest class core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Test that the DbToolsApplication works correctly.
DbCommandBaseTest.php file core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Contains \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTest.
DbCommandBaseTest::testPrefix function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Test specifying a prefix for different connections.
DbCommandBaseTest::testSpecifyDatabaseDoesNotExist function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Invalid database names will throw a useful exception.
DbCommandBaseTest::testSpecifyDatabaseKey function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Test specifying a database key.
DbCommandBaseTest::testSpecifyDbUrl function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Test supplying database connection as a url.
DbCommandBaseTester class core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Concrete command implementation for testing base features.
DbCommandBaseTester::configure function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
DbCommandBaseTester::execute function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
DbCommandBaseTester::getDatabaseConnection function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Parse input options decide on a database.
DbDumpApplication::getDefaultCommands function core/lib/Drupal/Core/Command/DbDumpApplication.php
DbDumpCommand::$excludeTables property core/lib/Drupal/Core/Command/DbDumpCommand.php An array of table patterns to exclude completely.
DbDumpCommand::fieldSizeMap function core/lib/Drupal/Core/Command/DbDumpCommand.php Given a database field type, return a Drupal size.
DbDumpCommand::generateScript function core/lib/Drupal/Core/Command/DbDumpCommand.php Generates the database script.
DbDumpCommand::getTableIndexes function core/lib/Drupal/Core/Command/DbDumpCommand.php Adds primary key, unique keys, and index information to the schema.
DbDumpCommand::getTables function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a list of tables, not including those set to be excluded.
DbDumpCommand::getTableSchema function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a schema array for a given table.
DbDumpCommand::getTableScript function core/lib/Drupal/Core/Command/DbDumpCommand.php The part of the script for each table.
DbDumpCommandTest class core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Test that the DbDumpCommand works correctly.
DbDumpCommandTest.php file core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php
DbDumpCommandTest::$modules property core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Modules to enable.
DbDumpCommandTest::setUp function core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php
DbDumpCommandTest::testDbDumpCommand function core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Test the command directly.
DbDumpCommandTest::testSchemaOnly function core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Test schema only option.

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