DashboardCreateBlock |
class |
|
core/modules/dashboard/includes/block.create.inc |
@file
Dashboard block providing links to create new content. |
DashboardMenuBlock |
class |
|
core/modules/dashboard/includes/block.menus.inc |
@file
Dashboard block displaying menus on the site. |
DashboardNewsBlock |
class |
|
core/modules/dashboard/includes/block.news.inc |
|
DashboardContentTypesBlock |
class |
|
core/modules/dashboard/includes/block.node_types.inc |
@file
Dashboard block displaying information about content types. |
DashboardOverviewContentBlock |
class |
|
core/modules/dashboard/includes/block.overview_content.inc |
@file
Dashboard block displaying information about content, including: |
DashboardOverviewUserBlock |
class |
|
core/modules/dashboard/includes/block.overview_user.inc |
@file |
DashboardTaxonomyBlock |
class |
|
core/modules/dashboard/includes/block.taxonomy.inc |
@file
Dashboard block displaying information about taxonomy, including:
- |
DashboardUpdateBlock |
class |
|
core/modules/dashboard/includes/block.update.inc |
|
DashboardWelcomeBlock |
class |
|
core/modules/dashboard/includes/block.welcome.inc |
@file
Dashboard block providing a welcome message, and links to get people started
using Backdrop. |
DashboardLayoutContext |
class |
|
core/modules/dashboard/includes/dashboard_layout_context.inc |
@file
Layout context handler for entities. |
DashboardTest |
class |
|
core/modules/dashboard/tests/dashboard.test |
Tests that the dashboard functions correctly. |
DateUITestCase |
class |
|
core/modules/date/tests/date.test |
|
DateAPITestCase |
class |
|
core/modules/date/tests/date_api.test |
|
DateFieldBasic |
abstract class |
|
core/modules/date/tests/date_field.test |
@file
Basic functions for Date tests. |
DateFieldTestCase |
class |
|
core/modules/date/tests/date_field.test |
|
DateFieldTokenTestCase |
class |
|
core/modules/date/tests/date_field.test |
|
DateThemeTestCase |
class |
|
core/modules/date/tests/date_themes.test |
Testing date theme functions to render dates correctly. |
DateTimezoneTestCase |
class |
|
core/modules/date/tests/date_timezone.test |
|
DateValidationTestCase |
class |
|
core/modules/date/tests/date_validation.test |
|
DateViewsTestCase |
class |
|
core/modules/date/tests/date_views.test |
|
date_sql_handler |
class |
|
core/modules/date/views/date_sql_handler.inc |
A class to manipulate date SQL. |
date_views_argument_handler |
class |
|
core/modules/date/views/date_views_argument_handler.inc |
|
date_views_argument_handler_simple |
class |
|
core/modules/date/views/date_views_argument_handler_simple.inc |
|
date_views_filter_handler |
class |
|
core/modules/date/views/date_views_filter_handler.inc |
@file
A flexible, configurable date filter.
This filter combines multiple date filters into a single filter
where all fields are controlled by the same date and can be combined
with either AND or OR. |
date_views_filter_handler_simple |
class |
|
core/modules/date/views/date_views_filter_handler_simple.inc |
@file
A standard Views filter for a single date field,
using Date API form selectors and sql handling. |
date_views_plugin_pager |
class |
|
core/modules/date/views/date_views_plugin_pager.inc |
Date views pager plugin. |
DBLogTestCase |
class |
|
core/modules/dblog/tests/dblog.test |
Tests logging messages to the database. |
EmailFieldTestCase |
class |
|
core/modules/email/tests/email.test |
Tests email field functionality. |
EntityInterface |
interface |
|
core/modules/entity/entity.class.inc |
Defines a common interface for all entity objects. |
Entity |
abstract class |
|
core/modules/entity/entity.class.inc |
Defines a base entity class. |
EntityMalformedException |
class |
|
core/modules/entity/entity.class.inc |
Defines an exception thrown when a malformed entity is passed. |
EntityControllerInterface |
interface |
|
core/modules/entity/entity.controller.inc |
Defines a common interface for entity controller classes. |
DefaultEntityController |
class |
|
core/modules/entity/entity.controller.inc |
Defines a base entity controller class. |
EntityStorageControllerInterface |
interface |
|
core/modules/entity/entity.controller.inc |
Defines a common interface for entity storage controllers. |
EntityStorageException |
class |
|
core/modules/entity/entity.controller.inc |
Defines an exception thrown when storage operations fail. |
EntityDatabaseStorageController |
class |
|
core/modules/entity/entity.controller.inc |
Implements the entity storage controller interface for the database. |
EntityFieldQueryException |
class |
|
core/modules/entity/entity.query.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
EntityFieldQuery |
class |
|
core/modules/entity/entity.query.inc |
Retrieves entities matching a given set of conditions. |
EntityAPITestCase |
class |
|
core/modules/entity/tests/entity.test |
Tests the basic Entity API. |
EntityAPIInfoTestCase |
class |
|
core/modules/entity/tests/entity.test |
Tests Entity API base functionality. |
TestCacheable |
class |
|
core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc |
Test class for the test_cacheable entity type. |
TestDisableCache |
class |
|
core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc |
Test class for the test_cacheable entity type. |
TestMultiBundle |
class |
|
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Test class for the test_multibundle entity type. |
EntityLoadTestCase |
class |
|
core/modules/entity/tests/entity_crud.test |
Tests the entity_load() function. |
EntityCrudHookTestCase |
class |
|
core/modules/entity/tests/entity_crud_hook_test.test |
Tests invocation of hooks when performing an action. |
EntityFieldQueryTestCase |
class |
|
core/modules/entity/tests/entity_query.test |
Tests EntityFieldQuery. |
TestEntity |
class |
|
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Test class for the entity_test entity type. |
EntityReferenceRecursiveRenderingException |
class |
|
core/modules/entityreference/includes/entityreference.exceptions.inc |
@class Exception class used to throw error if the entity view renderer goes
into a potentially infinite loop. |
EntityReferenceBehaviorHandlerInterface |
interface |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Additional behaviors for a Entity Reference field. |
EntityReferenceBehaviorHandler |
abstract class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
An abstract implementation of EntityReferenceBehaviorHandlerInterface. |