LayoutFlexibleTemplateTest |
class |
|
core/modules/layout/tests/layout.test |
Tests the interface for flexible layouts. |
LayoutHandler |
abstract class |
|
core/modules/layout/includes/layout_handler.class.inc |
@file
Base classes used by all Layout handlers. |
LayoutHandlerBroken |
class |
|
core/modules/layout/includes/layout_handler.class.inc |
Handler to hold configuration of handlers that seemingly have been removed. |
LayoutHookTestCase |
class |
|
core/modules/layout/tests/layout.test |
Tests invocation of hooks when performing an action. |
LayoutInterfaceTest |
class |
|
core/modules/layout/tests/layout.test |
Tests the interface for adding, removing, and moving blocks. |
LayoutMenuItem |
class |
|
core/modules/layout/includes/layout_menu_item.class.inc |
@file
Class for storing information about menu item entries. |
LayoutMissingException |
class |
|
core/modules/layout/includes/layout.exceptions.inc |
Exceptions thrown when a layout cannot be loaded. |
LayoutOverridesPathContext |
class |
|
core/modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
LayoutPathTest |
class |
|
core/modules/layout/tests/layout.test |
Tests that default layout paths are handled properly. |
LayoutRelationship |
abstract class |
|
core/modules/layout/plugins/relationships/layout_relationship.inc |
@file
Class that holds information relating to a layout's context relationships. |
LayoutRelationshipAuthorFromNode |
class |
|
core/modules/layout/plugins/relationships/author_from_node.inc |
@file
Provides relationship to relate the Author from a piece of content (node). |
LayoutRelationshipBroken |
class |
|
core/modules/layout/plugins/relationships/layout_relationship.inc |
A class to be used for relationships whose handler cannot be found. |
LayoutRendererEditor |
class |
|
core/modules/layout/plugins/renderers/layout_renderer_editor.inc |
|
LayoutRendererFlexible |
class |
|
core/modules/layout/plugins/renderers/layout_renderer_flexible.inc |
The renderer for the flexible template editor. |
LayoutRendererStandard |
class |
|
core/modules/layout/plugins/renderers/layout_renderer_standard.inc |
The standard render for a Layout display object. |
LayoutRendererTest |
class |
|
core/modules/layout/tests/layout.test |
Tests that the correct renderer is used. |
LayoutSaveException |
class |
|
core/modules/layout/includes/layout.exceptions.inc |
Exceptions thrown while attempting to save a layout. |
LayoutSelectionTest |
class |
|
core/modules/layout/tests/layout.test |
Tests that the correct layout is used in various situations. |
LayoutStringContext |
class |
|
core/modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
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. |
LayoutTestRenderer |
class |
|
core/modules/layout/tests/layout_test/layout_test_renderer.inc |
A test renderer. |
LayoutUpdater |
class |
|
core/modules/system/system.updater.inc |
Class for updating layouts using FileTransfer classes via authorize.php. |
LayoutUpgradePathTest |
class |
|
core/modules/layout/tests/layout.test |
Tests the upgrade path from block-based regions to layouts. |
LinkAttributeCrudTest |
class |
|
core/modules/link/tests/link.attribute.test |
|
LinkBaseTestClass |
class |
|
core/modules/link/tests/link.test |
|
LinkCustomFormTest |
class |
|
core/modules/link/tests/link.custom.test |
Testing that the basics work for link fields on custom forms. |
LinkSanitizeTest |
class |
|
core/modules/link/tests/link.sanitize.test |
Test for _link_sanitize(). |
LinkTokenTest |
class |
|
core/modules/link/tests/link.token.test |
Testing that tokens can be used in link titles |
LinkUITest |
class |
|
core/modules/link/tests/link.ui.test |
Testing that users can not input bad URLs or labels |
LinkValidateTest |
class |
|
core/modules/link/tests/link.validate.test |
|
LinkValidateUnitTest |
class |
|
core/modules/link/tests/link.validate.test |
A series of tests of links, only going against the link_validate_url function in link.module. |
ListDynamicValuesTestCase |
class |
|
core/modules/field/modules/list/tests/list.test |
Sets up a List field for testing allowed values functions. |
ListDynamicValuesValidationTestCase |
class |
|
core/modules/field/modules/list/tests/list.test |
Tests the List field allowed values function. |
ListFieldDisplayTestCase |
class |
|
core/modules/field/modules/list/tests/list.test |
Tests that formatters are working properly. |
ListFieldTestCase |
class |
|
core/modules/field/modules/list/tests/list.test |
Tests for the 'List' field types. |
ListFieldUITestCase |
class |
|
core/modules/field/modules/list/tests/list.test |
List module UI tests. |
LocaleBrowserDetectionTest |
class |
|
core/modules/locale/tests/locale.test |
Test browser language detection. |
LocaleCommentLanguageFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for comment language. |
LocaleConfigurationTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for language configuration's effect on negotiation setup. |
LocaleContentFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for multilingual support on nodes. |
LocaleDateFormatsFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for localizing date formats. |
LocaleExportFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for the export of translation files. |
LocaleImportFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for the import of translation files. |
LocaleInstallTest |
class |
|
core/modules/locale/tests/locale.test |
Tests for the st() function. |
LocaleJavascriptTranslationTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for JavaScript parsing for translatable strings. |
LocaleLanguageNegotiationInfoFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional test for language types/negotiation info. |
LocaleLanguageSwitchingFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for the language switching feature. |
LocaleLibraryInfoAlterTest |
class |
|
core/modules/locale/tests/locale.test |
Tests localization of the JavaScript libraries. |
LocaleMultilingualFieldsFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional test for multilingual fields. |