drupal-7.language.database.php |
core/modules/simpletest/tests/upgrade/drupal-7.language.database.php |
Database additions for language tests. Used in upgrade.language.test. |
drupal.classes.inc |
core/includes/drupal.classes.inc |
Contains class and interface wrappers for Drupal 7.x compatibility. |
drupal.inc |
core/includes/drupal.inc |
Contains constants and function wrappers for Drupal 7.x compatibility. |
dump-database-d7.sh |
core/scripts/dump-database-d7.sh |
Filled installation of Drupal 7.0, for test purposes. |
editor.css |
core/misc/ckeditor/skins/moono-lisa/editor.css |
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or… |
editor.css |
core/themes/bartik/css/editor.css |
/**
* Styles to be included within the rich-text editor.
*/
body {
line-height: 1.5;
font-size: 87.5%;
font-family: Georgia, "Times New Roman", Times, serif;
}
a:link,
a:visited {
text-decoration: none;
}
a:hover,
a:active,
a:focus… |
editor_gecko.css |
core/misc/ckeditor/skins/moono-lisa/editor_gecko.css |
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or… |
editor_ie.css |
core/misc/ckeditor/skins/moono-lisa/editor_ie.css |
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or… |
editor_ie8.css |
core/misc/ckeditor/skins/moono-lisa/editor_ie8.css |
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or… |
editor_iequirks.css |
core/misc/ckeditor/skins/moono-lisa/editor_iequirks.css |
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or… |
email.info |
core/modules/email/email.info |
type = module
name = Email
description = Defines an email field type.
package = Fields
tags[] = Mail
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x |
email.install |
core/modules/email/email.install |
Defines schema for email fields |
email.module |
core/modules/email/email.module |
Module file for the email module, which creates a email address field. |
email.test |
core/modules/email/tests/email.test |
|
email.tests.info |
core/modules/email/tests/email.tests.info |
[EmailFieldTestCase]
name = E-mail field
description = Tests e-mail field functionality.
group = Field types
file = email.test |
email_example.info |
modules/examples/email_example/email_example.info |
name = E-mail Example
description = Demonstrate Backdrop's e-mail APIs.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
email_example.module |
modules/examples/email_example/email_example.module |
Example of how to use Backdrop's mail API. |
email_example.test |
modules/examples/email_example/email_example.test |
Simpletest case for email_example module. |
email_example.tests.info |
modules/examples/email_example/email_example.tests.info |
[EmailExampleTestCase]
name = Email example functionality
description = Verify email submission using the contact form.
group = Example modules
file = email_example.test |
entity.api.php |
core/modules/entity/entity.api.php |
Hooks provided by the Entity module. |
entity.class.inc |
core/modules/entity/entity.class.inc |
Provides an interface and a base class for entities. |
entity.controller.inc |
core/modules/entity/entity.controller.inc |
Entity API controller classes and interface. |
entity.info |
core/modules/entity/entity.info |
type = module
name = Entity
description = API for managing entities like nodes and users.
package = System
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE |
entity.module |
core/modules/entity/entity.module |
Entity API for handling entities like nodes or users. |
entity.query.inc |
core/modules/entity/entity.query.inc |
Entity query API. |
entity.test |
core/modules/entity/tests/entity.test |
Entity CRUD API tests. |
entity.tests.info |
core/modules/entity/tests/entity.tests.info |
[EntityAPITestCase]
name = Entity CRUD
description = Tests basic CRUD functionality.
group = Entity API
file = entity.test
[EntityAPIInfoTestCase]
name = Entity info
description = Makes sure entity info is accurately cached.
group = Entity API
file =… |
entity.theme.inc |
core/modules/entity/entity.theme.inc |
Holds the Entity module's theme functions. |
entity.tokens.inc |
core/modules/entity/entity.tokens.inc |
Token callbacks for the entity module. |
entity.tpl.php |
core/modules/entity/templates/entity.tpl.php |
Default theme implementation for entities. |
entity_bundle_layout_access.inc |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
Plugin to provide access control based upon entity bundle. |
entity_cache_test.info |
core/modules/entity/tests/entity_cache_test/entity_cache_test.info |
name = "Entity cache test"
description = "Support module for testing entity cache."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = entity_cache_test_dependency
hidden = TRUE |
entity_cache_test.module |
core/modules/entity/tests/entity_cache_test/entity_cache_test.module |
Helper module for entity cache tests. |
entity_cache_test_dependency.info |
core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.info |
name = "Entity cache test dependency"
description = "Support dependency module for testing entity cache."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
entity_cache_test_dependency.module |
core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.module |
Helper module for entity cache tests. |
entity_crud.test |
core/modules/entity/tests/entity_crud.test |
Tests for the Entity CRUD API. |
entity_crud_hook_test.info |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.info |
name = "Entity CRUD Hooks Test"
description = "Support module for CRUD hook tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
entity_crud_hook_test.module |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Test module for the Entity CRUD API. |
entity_crud_hook_test.test |
core/modules/entity/tests/entity_crud_hook_test.test |
CRUD hook tests for the Entity CRUD API. |
entity_example.inc |
modules/examples/entity_example/entity_example.inc |
|
entity_example.info |
modules/examples/entity_example/entity_example.info |
name = Entity Example
description = A simple entity example showing the main steps required to set up your own entity.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = field
configure =… |
entity_example.install |
modules/examples/entity_example/entity_example.install |
Install for a basic entity - need to create the base table for our entity.
This table can have as many columns as you need to keep track of
entity-specific data that will not be added via attached fields.
The minimum information for the entity to work… |
entity_example.module |
modules/examples/entity_example/entity_example.module |
Implements the basic functionality required to create and display an entity. |
entity_example.test |
modules/examples/entity_example/entity_example.test |
Tests for entity_example module. |
entity_example.tests.info |
modules/examples/entity_example/entity_example.tests.info |
[EntityExampleTestCase]
name = Entity example functionality
description = Tests entity functionality.
group = Example modules
file = entity_example.test |
entity_id_layout_access.inc |
core/modules/layout/plugins/access/entity_id_layout_access.inc |
Plugin to provide access control based upon entity ID. |
entity_layout_context_handler.inc |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Layout context handler for entities. |
entity_query.test |
core/modules/entity/tests/entity_query.test |
Unit test file for the entity API. |
entity_query_access_test.info |
core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info |
name = "Entity query access test"
description = "Support module for checking entity query results."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
entity_query_access_test.module |
core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module |
Helper module for testing EntityFieldQuery access on any type of entity. |