Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
css_input_with_utf16_bom.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_utf16_bom.css Non-displayable characters.
css_js_settings.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml
CSS_LAYOUT constant core/includes/common.inc The default weight for CSS rules that layout a page.
css_license.css.optimized.aggregated.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_license.css.optimized.aggregated.css @import url("https://fonts.fontprovider.com/css2?family=Roboto+Mono:wght@300;400&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap") print;@import url('import1.css') screen;@import…
css_minified_with_relative_paths.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_minified_with_relative_paths.css /* This is a minified CSS file with relative paths */
body{margin:0;padding:0;background:#edf5fa url(../images/background.png) repeat-x;font:76%/170%…
css_minified_with_relative_paths.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/css_minified_with_relative_paths.css.optimized.css body{margin:0;padding:0;background:#edf5fa url(generated-relative-url:core/tests/Drupal/Tests/Core/Asset/images/background.png) repeat-x;font:76%/170%…
CSS_STATE constant core/includes/common.inc The default weight for rules that style states not included with components.
CSS_THEME constant core/includes/common.inc The default weight for rules that style themes not included with components.
css_weights.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml
Current class core/modules/user/src/Plugin/views/filter/Current.php Filter handler for the current user.
Current.php file core/modules/user/src/Plugin/views/filter/Current.php
Current::getCacheContexts function core/modules/user/src/Plugin/views/filter/Current.php The cache contexts associated with this object.
Current::init function core/modules/user/src/Plugin/views/filter/Current.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
Current::query function core/modules/user/src/Plugin/views/filter/Current.php Add this filter to the query.
CurrentImport class core/modules/locale/src/CurrentImport.php Represents information about the current import status.
CurrentImport.php file core/modules/locale/src/CurrentImport.php
CurrentImport::createFromArray function core/modules/locale/src/CurrentImport.php Creates a CurrentImport from an array.
CurrentImport::createFromFile function core/modules/locale/src/CurrentImport.php Creates a CurrentImport from a LocaleFile.
CurrentImport::createFromSource function core/modules/locale/src/CurrentImport.php Creates a CurrentImport from a source object.
CurrentImport::__construct function core/modules/locale/src/CurrentImport.php Creates a CurrentImport object for tracking translation information.
CurrentImportStorage class core/modules/locale/src/CurrentImportStorage.php Provides the locale current import state service.
CurrentImportStorage.php file core/modules/locale/src/CurrentImportStorage.php
CurrentImportStorage::delete function core/modules/locale/src/CurrentImportStorage.php Deletes the information for the given projects and languages.
CurrentImportStorage::get function core/modules/locale/src/CurrentImportStorage.php Get current import information for a given project and language.
CurrentImportStorage::getCacheId function core/modules/locale/src/CurrentImportStorage.php Get CacheId for a given project and language.
CurrentImportStorage::getOutdatedImports function core/modules/locale/src/CurrentImportStorage.php Get projects due for an import check.
CurrentImportStorage::LOCALE_CURRENT_IMPORT_CACHE_TAG constant core/modules/locale/src/CurrentImportStorage.php The cache tag for current import info.
CurrentImportStorage::save function core/modules/locale/src/CurrentImportStorage.php Saves the current import information to persistent storage.
CurrentImportStorage::updateLastChecked function core/modules/locale/src/CurrentImportStorage.php Updates the last checked time for an import.
CurrentImportStorage::__construct function core/modules/locale/src/CurrentImportStorage.php
CurrentLanguageContext class core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php Sets the current language as a context.
CurrentLanguageContext.php file core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php
CurrentLanguageContext::$languageManager property core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php The language manager.
CurrentLanguageContext::getAvailableContexts function core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php Gets all available contexts for the purposes of configuration.
CurrentLanguageContext::getRuntimeContexts function core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php Gets runtime context values for the given context IDs.
CurrentLanguageContext::__construct function core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php Constructs a new CurrentLanguageContext.
CurrentPathStack class core/lib/Drupal/Core/Path/CurrentPathStack.php Represents the current path for the current request.
CurrentPathStack.php file core/lib/Drupal/Core/Path/CurrentPathStack.php
CurrentPathStack::$paths property core/lib/Drupal/Core/Path/CurrentPathStack.php Static cache of paths.
CurrentPathStack::$requestStack property core/lib/Drupal/Core/Path/CurrentPathStack.php The request stack.
CurrentPathStack::getPath function core/lib/Drupal/Core/Path/CurrentPathStack.php Returns the path of the current request.
CurrentPathStack::setPath function core/lib/Drupal/Core/Path/CurrentPathStack.php Sets the current path.
CurrentPathStack::__construct function core/lib/Drupal/Core/Path/CurrentPathStack.php Constructs a new CurrentPathStack instance.
CurrentRouteMatch class core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Default object for current_route_match service.
CurrentRouteMatch.php file core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::$requestStack property core/lib/Drupal/Core/Routing/CurrentRouteMatch.php The related request stack.
CurrentRouteMatch::$routeMatches property core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Internal cache of RouteMatch objects.
CurrentRouteMatch::getCurrentRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route match for the current request.
CurrentRouteMatch::getMasterRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Gets the master route match.
CurrentRouteMatch::getParameter function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the processed value of a named route parameter.

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