views_handler_filter_user_current |
class |
|
core/modules/user/views/views_handler_filter_user_current.inc |
Filter handler for the current user. |
views_handler_field_user_picture |
class |
|
core/modules/user/views/views_handler_field_user_picture.inc |
Field handler to provide simple renderer that allows using a themed user link. |
views_plugin_argument_default_current_user |
class |
|
core/modules/user/views/views_plugin_argument_default_current_user.inc |
Default argument plugin to extract the global $user |
BlockTestCase |
class |
|
core/modules/block/tests/block.test |
|
InsertQuery_mysql |
class |
|
core/includes/database/mysql/query.inc |
MySQL-specific class for executing INSERT queries. |
TruncateQuery_mysql |
class |
|
core/includes/database/mysql/query.inc |
MySQL-specific class for executing TRUNCATE queries. |
DatabaseTasks_mysql |
class |
|
core/includes/database/mysql/install.inc |
Specifies installation tasks for MySQL and equivalent databases. |
DatabaseConnection_mysql |
class |
|
core/includes/database/mysql/database.inc |
MySQL database connection driver. |
DatabaseSchema_mysql |
class |
|
core/includes/database/mysql/schema.inc |
Class to create and manipulate MySQL tables. |
UpdateTestFileTransfer |
class |
|
core/modules/update/tests/update_test/update_test.module |
Mocks a FileTransfer object to test the settings form functionality. |
TestEntityBundleController |
class |
|
core/modules/field/tests/field_test/field_test.controller.inc |
Controller class for the test_entity_bundle entity type. |
TestFieldEntity |
class |
|
core/modules/field/tests/field_test/field_test.class.inc |
Test class for the test_entity entity type. |
LayoutRendererStandard |
class |
|
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
The standard render for a Layout display object. |
LayoutRendererEditor |
class |
|
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
|
EntityLayoutContext |
class |
|
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
@file
Layout context handler for entities. |
LayoutContext |
abstract class |
|
core/modules/layout/plugins/context/layout_context.inc |
@file
Class that holds information relating to a layout's context. |
LayoutContextBroken |
class |
|
core/modules/layout/plugins/context/layout_context.inc |
A class to be used for contexts whose handler cannot be found. |
LayoutOverridesPathContext |
class |
|
core/modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
LayoutStringContext |
class |
|
core/modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
LayoutAccess |
class |
|
core/modules/layout/plugins/access/layout_access.inc |
@file
Class for loading, modifying, and saving a layout access rule (condition). |
LayoutAccessNegatable |
class |
|
core/modules/layout/plugins/access/layout_access.inc |
A common base class used for access handlers that may be negated. |
LayoutAccessBroken |
class |
|
core/modules/layout/plugins/access/layout_access.inc |
A class to be used for contexts whose handler cannot be found. |
PathLayoutAccess |
class |
|
core/modules/layout/plugins/access/path_layout_access.inc |
@file
Plugin to provide access control/visibility based on path. |
UserPermissionLayoutAccess |
class |
|
core/modules/layout/plugins/access/user_permission_layout_access.inc |
@file
Plugin to provide access control based on user permission strings. |
LanguageLayoutAccess |
class |
|
core/modules/layout/plugins/access/language_layout_access.inc |
|
UserRoleLayoutAccess |
class |
|
core/modules/layout/plugins/access/user_role_layout_access.inc |
@file
Plugin to provide access control based upon role membership. |
EntityBundleLayoutAccess |
class |
|
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
@file
Plugin to provide access control based upon entity bundle. |
FrontLayoutAccess |
class |
|
core/modules/layout/plugins/access/front_layout_access.inc |
@file
Class for loading, modifying, and saving a layout access rule (condition). |
LayoutStyle |
class |
|
core/modules/layout/plugins/styles/layout_style_default.inc |
@file
Class providing forms and settings for the default Layout block style. |
LayoutStyleDynamic |
class |
|
core/modules/layout/plugins/styles/layout_style_dynamic.inc |
@file
Class providing forms and settings for the default Layout block style. |
BareUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Upgrade test for the bare database.. |
LanguageUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade.language.test |
Tests upgrading a filled database with language data. |
UpgradePathTestCase |
abstract class |
|
core/modules/simpletest/tests/upgrade/upgrade.test |
Perform end-to-end tests of the upgrade path. |
FilledUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade_filled.test |
Upgrade test for the filled database.. |
TestEntity |
class |
|
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Test class for the entity_test entity type. |
ViewsHandlerTestXss |
class |
|
core/modules/views/tests/handlers/views_handler_field_xss.test |
Tests the core views_handler_field_css handler. |
ViewsHandlerTestFileSize |
class |
|
core/modules/views/tests/handlers/views_handler_field_file_size.test |
Tests the core views_handler_field_file_size handler. |
ViewsHandlerAreaTextTest |
class |
|
core/modules/views/tests/handlers/views_handler_area_text.test |
Tests the text area handler. |
ViewsHandlerFilterCombineTest |
class |
|
core/modules/views/tests/handlers/views_handler_filter_combine.test |
Tests the combine filter handler. |
ViewsHandlerFieldUrlTest |
class |
|
core/modules/views/tests/handlers/views_handler_field_url.test |
Tests the core views_handler_field_url handler. |
ViewsHandlerFieldDropbuttonTest |
class |
|
core/modules/views/tests/handlers/views_handler_field_dropbutton.test |
Tests dropbutton functionality of views. |
ViewsHandlerFilterCounterTest |
class |
|
core/modules/views/tests/handlers/views_handler_field_counter.test |
Tests the views_handler_field_counter handler. |
ViewsHandlerFieldMath |
class |
|
core/modules/views/tests/handlers/views_handler_field_math.test |
Tests the core views_handler_field_math handler. |
ViewsHandlerFieldCustomTest |
class |
|
core/modules/views/tests/handlers/views_handler_field_custom.test |
Tests the core views_handler_field_custom handler. |
ViewsHandlerFilterEqualityTest |
class |
|
core/modules/views/tests/handlers/views_handler_filter_equality.test |
Tests the core views_handler_filter_equality handler. |
ViewsHandlerArgumentStringTest |
class |
|
core/modules/views/tests/handlers/views_handler_argument_string.test |
Tests the core views_handler_argument_string handler. |
ViewsHandlerArgumentNullTest |
class |
|
core/modules/views/tests/handlers/views_handler_argument_null.test |
Tests the core views_handler_argument_null handler. |
ViewsHandlerFilterDateTest |
class |
|
core/modules/views/tests/handlers/views_handler_filter_date.test |
Tests the core views_handler_filter_date handler. |
ViewsHandlerFieldTest |
class |
|
core/modules/views/tests/handlers/views_handler_field.test |
Tests the generic field handler |
ViewsHandlerFilterStringTest |
class |
|
core/modules/views/tests/handlers/views_handler_filter_string.test |
Tests the core views_handler_filter_string handler. |