views_handler_field_file_extension |
class |
|
core/modules/file/views/views_handler_field_file_extension.inc |
Returns a pure file extension of the file, for example 'module'. |
views_handler_field_file_filemime |
class |
|
core/modules/file/views/views_handler_field_file_filemime.inc |
Field handler to add rendering MIME type images as an option on the filemime field. |
views_handler_field_file_icon |
class |
|
core/modules/file/views/views_handler_field_file_icon.inc |
|
views_handler_field_file_link_delete |
class |
|
core/modules/file/views/views_handler_field_file_link_delete.inc |
Field handler to present a link to delete a file. |
views_handler_field_file_link_edit |
class |
|
core/modules/file/views/views_handler_field_file_link_edit.inc |
Field handler to present a link to manage a file. |
views_handler_field_file_rendered |
class |
|
core/modules/file/views/views_handler_field_file_rendered.inc |
Field handler to render a file with a view mode using file_view_file(). |
views_handler_field_file_status |
class |
|
core/modules/file/views/views_handler_field_file_status.inc |
Field handler to translate a node type into its readable form. |
views_handler_field_file_type |
class |
|
core/modules/file/views/views_handler_field_file_type.inc |
Field handler to translate a file type into its readable form. |
views_handler_field_file_uri |
class |
|
core/modules/file/views/views_handler_field_file_uri.inc |
Field handler to add rendering file paths as file URLs instead of as internal file URIs. |
views_handler_filter_file_status |
class |
|
core/modules/file/views/views_handler_filter_file_status.inc |
Filter by file status. |
views_handler_filter_file_type |
class |
|
core/modules/file/views/views_handler_filter_file_type.inc |
Filter by file type |
FilterCRUDTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests for text format and filter CRUD operations. |
FilterAdminTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests the administrative functionality of the Filter module. |
FilterFormatAccessTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests the filter format access functionality in the Filter module. |
FilterDefaultFormatTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests the default filter functionality in the Filter module. |
FilterNoFormatTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests the behavior of check_markup() when it is called without text format. |
FilterSecurityTestCase |
class |
|
core/modules/filter/tests/filter.test |
Security tests for missing/vanished text formats or filters. |
FilterUnitTestCase |
class |
|
core/modules/filter/tests/filter.test |
Unit tests for core filters. |
FilterHooksTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests for Filter's hook invocations. |
FilterSettingsTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests filter settings. |
FilterDOMSerializeTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests DOMDocument Serialization. |
FilterFileUsageTest |
class |
|
core/modules/filter/tests/filter.test |
Tests for filter.module's node/entity hooks to track file usage. |
FilterEditorAccessTestCase |
class |
|
core/modules/filter/tests/filter.test |
Tests access to editors and their associated dialogs. |
FilterEditorLinkValidateTestCase |
class |
|
core/modules/filter/tests/filter_dialog.test |
Test for filter dialog link validation. |
FilterSettingsAttachedTestCase |
class |
|
core/modules/filter/tests/filter_js_settings.test |
Test functionality specific to Filter module's attach behavior. |
ImageFieldTestCase |
class |
|
core/modules/image/tests/image.test |
This class provides methods specifically for testing Image's field handling. |
ImageStylesPathAndUrlUnitTest |
class |
|
core/modules/image/tests/image.test |
Tests the functions for generating paths and URLs for image styles. |
ImageEffectsUnitTest |
class |
|
core/modules/image/tests/image.test |
Use the image_test.module's mock toolkit to ensure that the effects are
properly passing parameters to the image toolkit. |
ImageAdminStylesUnitTest |
class |
|
core/modules/image/tests/image.test |
Tests creation, deletion, and editing of image styles and effects. |
ImageFieldDisplayTestCase |
class |
|
core/modules/image/tests/image.test |
Test class to check that formatters and display settings are working. |
ImageFieldValidateTestCase |
class |
|
core/modules/image/tests/image.test |
Test class to check for various validations. |
ImageDimensionsUnitTest |
class |
|
core/modules/image/tests/image.test |
Tests that images have correct dimensions when styled. |
ImageDimensionsScaleTestCase |
class |
|
core/modules/image/tests/image.test |
Tests image_dimensions_scale(). |
ImageFieldDefaultImagesTestCase |
class |
|
core/modules/image/tests/image.test |
Tests default image settings. |
ImageStyleFlushTest |
class |
|
core/modules/image/tests/image.test |
Tests flushing of image styles. |
ImageStyleFloodProtection |
class |
|
core/modules/image/tests/image.test |
Tests the functions for generating paths and URLs for image styles. |
ImageThemeFunctionWebTestCase |
class |
|
core/modules/image/tests/image.test |
Tests image theme functions. |
ImageStyleTokenTests |
class |
|
core/modules/image/tests/token.test |
Test the Image Style Token module. |
InstallerBrowserAdministrationTestCase |
class |
|
core/modules/installer/tests/installer.test |
Administration tests for Project Browser. |
InstallerTestUploadCase |
class |
|
core/modules/installer/tests/installer.test |
|
LanguageListTest |
class |
|
core/modules/language/tests/language.test |
Functional tests for the language list configuration forms. |
Block |
class |
|
core/modules/layout/includes/block.class.inc |
@file
A class that wraps around a block to store settings information. |
BlockBroken |
class |
|
core/modules/layout/includes/block.class.inc |
A class used for blocks when their providing module or delta does not exist. |
BlockHero |
class |
|
core/modules/layout/includes/block.hero.inc |
BlockHero extends BlockText |
BlockText |
class |
|
core/modules/layout/includes/block.text.inc |
BlockText extends Block |
BlockLegacy |
class |
|
core/modules/layout/includes/block_legacy.class.inc |
@file
Class that wraps around legacy hook_block_view/config/save() hooks. |
Layout |
class |
|
core/modules/layout/includes/layout.class.inc |
@file
Class for loading, modifying, and executing a layout. |
LayoutException |
class |
|
core/modules/layout/includes/layout.exceptions.inc |
General exceptions thrown by Layout module. |
LayoutSaveException |
class |
|
core/modules/layout/includes/layout.exceptions.inc |
Exceptions thrown while attempting to save a layout. |
LayoutMissingException |
class |
|
core/modules/layout/includes/layout.exceptions.inc |
Exceptions thrown when a layout cannot be loaded. |