Search for theme

  1. Search 7.x for theme
  2. Search 9.5.x for theme
  3. Search 8.9.x for theme
  4. Search 10.3.x for theme
  5. Search main for theme
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Theme class core/lib/Drupal/Core/Updater/Theme.php Defines a class for updating themes.
Theme class core/lib/Drupal/Core/Extension/Theme.php The Theme extension object.

All search results

Title Object type File name Summary
field_ui.icons.theme.pcss.css file core/modules/field_ui/css/field_ui.icons.theme.pcss.css /* cspell:ignore cacbd */
.field-option__icon {
position: relative;
height: 100%;
background-image: url(../../../misc/icons/55565b/puzzle_piece_placeholder.svg);
background-repeat: no-repeat;
background-position: center;
background-size:…
field_ui_add_field.theme.css file core/modules/field_ui/css/field_ui_add_field.theme.css field_ui_add_field.theme.css
file.icon.theme.css file core/modules/file/css/file.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-file_upload {
background-image: url("data:image/svg+xml,%3csvg height='36'…
file.icon.theme.pcss.css file core/modules/file/css/file.icon.theme.pcss.css .field-icon-file_upload {
background-image: url(../../../misc/icons/55565b/file_upload.svg);
}
FileAudioFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php The theme to install as the default for testing.
FileDeprecatedTestThemeHooks class core/modules/file/tests/file_deprecated_test/src/Hook/FileDeprecatedTestThemeHooks.php Hook implementations for file_deprecated_test.
FileDeprecatedTestThemeHooks.php file core/modules/file/tests/file_deprecated_test/src/Hook/FileDeprecatedTestThemeHooks.php
FileDeprecatedTestThemeHooks::fileMimetypeMappingAlter function core/modules/file/tests/file_deprecated_test/src/Hook/FileDeprecatedTestThemeHooks.php Implements hook_file_mimetype_mapping_alter().
FileFieldAnonymousSubmissionTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php The theme to install as the default for testing.
FileFieldDisplayTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldDisplayTest.php The theme to install as the default for testing.
FileFieldFormatterAccessTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php The theme to install as the default for testing.
FileFieldPathTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldPathTest.php The theme to install as the default for testing.
FileFieldRevisionTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldRevisionTest.php The theme to install as the default for testing.
FileFieldRSSContentTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php The theme to install as the default for testing.
FileFieldValidateTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php The theme to install as the default for testing.
FileFieldValidateTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldValidateTest.php The theme to install as the default for testing.
FileFieldWidgetClaroThemeTest class core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php Tests the widget visibility settings for the Claro theme.
FileFieldWidgetClaroThemeTest.php file core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php
FileFieldWidgetClaroThemeTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php The theme to install as the default for testing.
FileFieldWidgetClaroThemeTest::testWidgetDefaultVisibilitySettings function core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetClaroThemeTest.php Tests that the field widget visibility settings are respected on the form.
FileFieldWidgetTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php The theme to install as the default for testing.
FileFieldWidgetTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldWidgetTest.php The theme to install as the default for testing.
FileJsonAnonTest::$defaultTheme property core/modules/file/tests/src/Functional/Rest/FileJsonAnonTest.php The theme to install as the default for testing.
FileJsonBasicAuthTest::$defaultTheme property core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php The theme to install as the default for testing.
FileJsonCookieTest::$defaultTheme property core/modules/file/tests/src/Functional/Rest/FileJsonCookieTest.php The theme to install as the default for testing.
FileListingTest::$defaultTheme property core/modules/file/tests/src/Functional/FileListingTest.php The theme to install as the default for testing.
FileManagedFileElementTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php The theme to install as the default for testing.
FileManagedFileElementTest::$defaultTheme property core/modules/file/tests/src/Functional/FileManagedFileElementTest.php The theme to install as the default for testing.
FileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php The theme to install as the default for testing.
FilePathTest::$defaultTheme property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php The theme to install as the default for testing.
FilePrivateTest::$defaultTheme property core/modules/file/tests/src/Functional/FilePrivateTest.php The theme to install as the default for testing.
FileSaveHtaccessLoggingTest::$defaultTheme property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php The theme to install as the default for testing.
FileTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/FileTest.php The theme to install as the default for testing.
FileThemeHooks class core/modules/file/src/Hook/FileThemeHooks.php Theme hooks for the file module.
FileThemeHooks.php file core/modules/file/src/Hook/FileThemeHooks.php
FileThemeHooks::preprocessFileLink function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file link templates.
FileThemeHooks::preprocessFileUploadHelp function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file upload help text templates.
FileThemeHooks::preprocessFileWidgetMultiple function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for multi file form widget templates.
FileThemeHooks::preprocessManagedFile function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file form widget templates.
FileThemeHooks::theme function core/modules/file/src/Hook/FileThemeHooks.php Implements hook_theme().
FileThemeHooks::__construct function core/modules/file/src/Hook/FileThemeHooks.php
FileTokenReplaceTest::$defaultTheme property core/modules/file/tests/src/Functional/FileTokenReplaceTest.php The theme to install as the default for testing.
FileTransferTest::$defaultTheme property core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php The theme to install as the default for testing.
FileUploadJsonBasicAuthTest::$defaultTheme property core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php The theme to install as the default for testing.
FileUploadJsonCookieTest::$defaultTheme property core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php The theme to install as the default for testing.
FileUploadTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/FileUploadTest.php The theme to install as the default for testing.
FileVideoFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php The theme to install as the default for testing.
FileVideoPosterFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileVideoPosterFormatterTest.php The theme to install as the default for testing.
FileXmlAnonTest::$defaultTheme property core/modules/file/tests/src/Functional/Rest/FileXmlAnonTest.php The theme to install as the default for testing.
FileXmlBasicAuthTest::$defaultTheme property core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php The theme to install as the default for testing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.