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. |
ViewsHandlerSortTest |
class |
|
core/modules/views/tests/handlers/views_handler_sort.test |
Tests for core views_handler_sort handler. |
ViewsHandlerFileExtensionTest |
class |
|
core/modules/views/tests/handlers/views_handler_field_file_extension.test |
Tests the views_handler_field_file_extension handler. |
ViewsHandlerFilterInOperator |
class |
|
core/modules/views/tests/handlers/views_handler_filter_in_operator.test |
Tests the core views_handler_filter_in_operator handler. |
ViewsHandlerSortRandomTest |
class |
|
core/modules/views/tests/handlers/views_handler_sort_random.test |
Tests for core views_handler_sort_random handler. |
ViewsHandlerFieldDateTest |
class |
|
core/modules/views/tests/handlers/views_handler_field_date.test |
Tests the core views_handler_field_date handler. |
ViewsHandlerSortDateTest |
class |
|
core/modules/views/tests/handlers/views_handler_sort_date.test |
Tests for core views_handler_sort_date handler. |
ViewsHandlerFilterNumericTest |
class |
|
core/modules/views/tests/handlers/views_handler_filter_numeric.test |
Tests the numeric filter handler. |
ViewsHandlerFieldBooleanTest |
class |
|
core/modules/views/tests/handlers/views_handler_field_boolean.test |
Tests the core views_handler_field_boolean handler. |
ViewsPluginDisplayTestCase |
class |
|
core/modules/views/tests/plugins/views_plugin_display.test |
|
ViewsPluginStyleUnformattedTestCase |
class |
|
core/modules/views/tests/styles/views_plugin_style_unformatted.test |
Tests the default/unformatted row style. |
ViewsPluginStyleTestCase |
class |
|
core/modules/views/tests/styles/views_plugin_style.test |
Tests some general style plugin related functionality. |
ViewsPluginStyleTestBase |
abstract class |
|
core/modules/views/tests/styles/views_plugin_style_base.test |
Provides a base foundation for testing style plugins. |
ViewsPluginStyleJumpMenuTest |
class |
|
core/modules/views/tests/styles/views_plugin_style_jump_menu.test |
Tests jump menu style functionality. |
ViewsPluginStyleMappingTest |
class |
|
core/modules/views/tests/styles/views_plugin_style_mapping.test |
Tests the default/mapping row style. |
NumberFieldTestCase |
class |
|
core/modules/field/modules/number/tests/number.test |
Tests for number field types. |
FieldSqlStorageTestCase |
class |
|
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
Tests field storage. |
OptionsWidgetsTestCase |
class |
|
core/modules/field/modules/options/tests/options.test |
|
OptionsSelectDynamicValuesTestCase |
class |
|
core/modules/field/modules/options/tests/options.test |
Test an options select on a list field with a dynamic allowed values function. |
TextFieldTestCase |
class |
|
core/modules/field/modules/text/tests/text.test |
|