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
BackendChainImplementationUnitTest::$secondBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Second backend in the chain.
BackendChainImplementationUnitTest::$thirdBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Third backend in the chain.
BackendChainImplementationUnitTest::setUp function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::testDelete function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that delete will propagate.
BackendChainImplementationUnitTest::testDeleteAllPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete all operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testDeleteTagsPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete tags operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testGet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get feature.
BackendChainImplementationUnitTest::testGetHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get values propagation to previous backends.
BackendChainImplementationUnitTest::testGetMultiple function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get multiple feature.
BackendChainImplementationUnitTest::testGetMultipleHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get multiple values propagation to previous backends.
BackendChainImplementationUnitTest::testRemoveBin function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that removing bin propagates to all backends.
BackendChainImplementationUnitTest::testSet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that set will propagate.
BackendChainTest class core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php Unit test of the backend chain using the generic cache unit test base.
BackendChainTest.php file core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php
BackendChainTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php Creates a cache backend to test.
BackendCompilerPass class core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php Defines a compiler pass to allow automatic override per backend.
BackendCompilerPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
BackendCompilerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
BackendCompilerPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Tests Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass.
BackendCompilerPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BackendCompilerPassTest::$backendPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php The tested backend compiler pass.
BackendCompilerPassTest::getDriverTestMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a DriverTestMysql database mock definition in it.
BackendCompilerPassTest::getMockDriverContainerWithDefaultBackendParameterArgumentAndDotPrefixedService function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a database mock definition in it.
BackendCompilerPassTest::getMockDriverContainerWithNullDriverBackend function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a database mock definition in it.
BackendCompilerPassTest::getMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a mysql database service definition in it.
BackendCompilerPassTest::getSqliteContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a sqlite database service in it.
BackendCompilerPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BackendCompilerPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Tests the process method.
BackwardsCompatibilityClassLoader class core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php Adds backwards compatibility support for deprecated classes.
BackwardsCompatibilityClassLoader.php file core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php
BackwardsCompatibilityClassLoader::loadClass function core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php Aliases a moved class to another class, instead of actually autoloading it.
BackwardsCompatibilityClassLoader::__construct function core/lib/Drupal/Core/ClassLoader/BackwardsCompatibilityClassLoader.php
BackwardsCompatibilityClassLoaderPass class core/lib/Drupal/Core/DependencyInjection/Compiler/BackwardsCompatibilityClassLoaderPass.php Compiler pass to merge moved classes into a single container parameter.
BackwardsCompatibilityClassLoaderPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/BackwardsCompatibilityClassLoaderPass.php
BackwardsCompatibilityClassLoaderPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/BackwardsCompatibilityClassLoaderPass.php
BackwardsCompatibilityClassLoaderTest class core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Tests Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader.
BackwardsCompatibilityClassLoaderTest.php file core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php
BackwardsCompatibilityClassLoaderTest::$modules property core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Modules to install.
BackwardsCompatibilityClassLoaderTest::testDoctrineException function core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Tests that the BC layer for Doctrine's AnnotationException works.
BackwardsCompatibilityClassLoaderTest::testModuleMovedClass function core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Tests that a moved class from a module works.
BackwardsCompatibilityClassLoaderTest::testTranslationWrapper function core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Tests that the bc layer for TranslationWrapper works.
badge.component.yml file core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml
badge.component.yml file core/modules/navigation/components/badge/badge.component.yml core/modules/navigation/components/badge/badge.component.yml
badge.css file core/modules/navigation/components/badge/badge.css Toolbar badge styles.
badge.css file core/profiles/demo_umami/themes/umami/components/badge/badge.css .umami-badge__container {
display: flex;
align-items: center;
gap: 0.5rem;
}

/* Large */
@media screen and (min-width: 60rem) {
/* 960px */
.umami-badge__container {
flex-direction: column;
gap: 0;
width: 100%;
badge.pcss.css file core/modules/navigation/components/badge/badge.pcss.css Toolbar badge styles.
badge.twig file core/modules/navigation/components/badge/badge.twig <div{{ attributes.addClass('toolbar-badge', 'toolbar-badge--' ~ status|default('info')) }}>
{% block label %}
{{ label }}
{% endblock %}
</div>
badge.twig file core/profiles/demo_umami/themes/umami/components/badge/badge.twig <div{{ attributes.addClass('umami-badge') }}>
<div class="umami-badge__container">
{% if icon %}
<div class="umami-badge__icon">
{{ source(componentMetadata.path ~ '/icons/'…
BadPluginDefinitionException class core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php Defines a class for bad plugin definition exceptions.
BadPluginDefinitionException.php file core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php

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