Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| BackendChainImplementationUnitTest::$secondBackend | property | core/ |
Second backend in the chain. |
| BackendChainImplementationUnitTest::$thirdBackend | property | core/ |
Third backend in the chain. |
| BackendChainImplementationUnitTest::setUp | function | core/ |
|
| BackendChainImplementationUnitTest::testDelete | function | core/ |
Tests that delete will propagate. |
| BackendChainImplementationUnitTest::testDeleteAllPropagation | function | core/ |
Tests that the delete all operation is propagated to all chained backends. |
| BackendChainImplementationUnitTest::testDeleteTagsPropagation | function | core/ |
Tests that the delete tags operation is propagated to all chained backends. |
| BackendChainImplementationUnitTest::testGet | function | core/ |
Tests the get feature. |
| BackendChainImplementationUnitTest::testGetHasPropagated | function | core/ |
Ensure get values propagation to previous backends. |
| BackendChainImplementationUnitTest::testGetMultiple | function | core/ |
Tests the get multiple feature. |
| BackendChainImplementationUnitTest::testGetMultipleHasPropagated | function | core/ |
Ensure get multiple values propagation to previous backends. |
| BackendChainImplementationUnitTest::testRemoveBin | function | core/ |
Tests that removing bin propagates to all backends. |
| BackendChainImplementationUnitTest::testSet | function | core/ |
Tests that set will propagate. |
| BackendChainTest | class | core/ |
Unit test of the backend chain using the generic cache unit test base. |
| BackendChainTest.php | file | core/ |
|
| BackendChainTest::createCacheBackend | function | core/ |
Creates a cache backend to test. |
| BackendCompilerPass | class | core/ |
Defines a compiler pass to allow automatic override per backend. |
| BackendCompilerPass.php | file | core/ |
|
| BackendCompilerPass::process | function | core/ |
|
| BackendCompilerPassTest | class | core/ |
Tests Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass. |
| BackendCompilerPassTest.php | file | core/ |
|
| BackendCompilerPassTest::$backendPass | property | core/ |
The tested backend compiler pass. |
| BackendCompilerPassTest::getDriverTestMysqlContainer | function | core/ |
Creates a container with a DriverTestMysql database mock definition in it. |
| BackendCompilerPassTest::getMockDriverContainerWithDefaultBackendParameterArgumentAndDotPrefixedService | function | core/ |
Creates a container with a database mock definition in it. |
| BackendCompilerPassTest::getMockDriverContainerWithNullDriverBackend | function | core/ |
Creates a container with a database mock definition in it. |
| BackendCompilerPassTest::getMysqlContainer | function | core/ |
Creates a container with a mysql database service definition in it. |
| BackendCompilerPassTest::getSqliteContainer | function | core/ |
Creates a container with a sqlite database service in it. |
| BackendCompilerPassTest::setUp | function | core/ |
|
| BackendCompilerPassTest::testProcess | function | core/ |
Tests the process method. |
| BackwardsCompatibilityClassLoader | class | core/ |
Adds backwards compatibility support for deprecated classes. |
| BackwardsCompatibilityClassLoader.php | file | core/ |
|
| BackwardsCompatibilityClassLoader::loadClass | function | core/ |
Aliases a moved class to another class, instead of actually autoloading it. |
| BackwardsCompatibilityClassLoader::__construct | function | core/ |
|
| BackwardsCompatibilityClassLoaderPass | class | core/ |
Compiler pass to merge moved classes into a single container parameter. |
| BackwardsCompatibilityClassLoaderPass.php | file | core/ |
|
| BackwardsCompatibilityClassLoaderPass::process | function | core/ |
|
| BackwardsCompatibilityClassLoaderTest | class | core/ |
Tests Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader. |
| BackwardsCompatibilityClassLoaderTest.php | file | core/ |
|
| BackwardsCompatibilityClassLoaderTest::$modules | property | core/ |
Modules to install. |
| BackwardsCompatibilityClassLoaderTest::testDoctrineException | function | core/ |
Tests that the BC layer for Doctrine's AnnotationException works. |
| BackwardsCompatibilityClassLoaderTest::testModuleMovedClass | function | core/ |
Tests that a moved class from a module works. |
| BackwardsCompatibilityClassLoaderTest::testTranslationWrapper | function | core/ |
Tests that the bc layer for TranslationWrapper works. |
| badge.component.yml | file | core/ |
core/profiles/demo_umami/themes/umami/components/badge/badge.component.yml |
| badge.component.yml | file | core/ |
core/modules/navigation/components/badge/badge.component.yml |
| badge.css | file | core/ |
Toolbar badge styles. |
| badge.css | file | core/ |
.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/ |
Toolbar badge styles. |
| badge.twig | file | core/ |
<div{{ attributes.addClass('toolbar-badge', 'toolbar-badge--' ~ status|default('info')) }}> {% block label %} {{ label }} {% endblock %} </div> |
| badge.twig | file | core/ |
<div{{ attributes.addClass('umami-badge') }}> <div class="umami-badge__container"> {% if icon %} <div class="umami-badge__icon"> {{ source(componentMetadata.path ~ '/icons/'… |
| BadPluginDefinitionException | class | core/ |
Defines a class for bad plugin definition exceptions. |
| BadPluginDefinitionException.php | file | core/ |
Pagination
- Previous page
- Page 69
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.