Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CancelUser::executeMultiple | function | core/ |
Executes the plugin for an array of objects. |
| CancelUser::__construct | function | core/ |
Constructs a CancelUser object. |
| card-list.css | file | core/ |
Cards list. |
| card-list.pcss.css | file | core/ |
Cards list. |
| card.component.yml | file | core/ |
core/profiles/demo_umami/themes/umami/components/card/card.component.yml |
| card.css | file | core/ |
.umami-card { width: 100%; padding: 1rem; border: 1px solid #fcece7; background-color: #fff; } .umami-card__content { display: grid; gap: 1.2rem; } .umami-card__label-items { display: flex; flex-wrap: wrap; gap: 0.1rem; margin:… |
| card.css | file | core/ |
Card. |
| card.pcss.css | file | core/ |
Card. |
| card.twig | file | core/ |
<{{ html_tag|default('article') }}{{ attributes.addClass('umami-card') }}> <div class="umami-card__wrapper"> {% block content %}{% endblock %} </div> </{{ html_tag|default('article')… |
| CaseInsensitivePathTest | class | core/ |
Tests incoming path case insensitivity. |
| CaseInsensitivePathTest.php | file | core/ |
|
| CaseInsensitivePathTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CaseInsensitivePathTest::$modules | property | core/ |
Modules to install. |
| CaseInsensitivePathTest::setUp | function | core/ |
|
| CaseInsensitivePathTest::testMixedCasePaths | function | core/ |
Tests mixed case paths. |
| CaseInsensitivePathTest::testPathsWithArguments | function | core/ |
Tests paths with slugs. |
| CaseSensitivityTest | class | core/ |
Tests handling case sensitive collation. |
| CaseSensitivityTest.php | file | core/ |
|
| CaseSensitivityTest::testCaseSensitiveInsert | function | core/ |
Tests BINARY collation in MySQL. |
| CastedIntFieldJoin | class | core/ |
Implementation for the "casted_int_field_join" join. |
| CastedIntFieldJoin.php | file | core/ |
|
| CastedIntFieldJoin::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
| CastedIntFieldJoinTestBase | class | core/ |
Tests the "casted_int_field_join" join plugin. |
| CastedIntFieldJoinTestBase.php | file | core/ |
|
| CastedIntFieldJoinTestBase::$castingType | property | core/ |
The db type that should be used for casting fields as integers. |
| CastedIntFieldJoinTestBase::$manager | property | core/ |
A plugin manager which handles the instances of joins. |
| CastedIntFieldJoinTestBase::$modules | property | core/ |
Modules to install. |
| CastedIntFieldJoinTestBase::$pluginId | property | core/ |
|
| CastedIntFieldJoinTestBase::$rootUser | property | core/ |
|
| CastedIntFieldJoinTestBase::$testViews | property | core/ |
|
| CastedIntFieldJoinTestBase::buildJoin | function | core/ |
Builds a join using the given configuration. |
| CastedIntFieldJoinTestBase::setUp | function | core/ |
|
| CastedIntFieldJoinTestBase::setUpFixtures | function | core/ |
|
| CastedIntFieldJoinTestBase::testBuildJoin | function | core/ |
Tests base join functionality. |
| CastSql | class | core/ |
Cast handling in SQL. |
| CastSql.php | file | core/ |
|
| CastSql::getFieldAsInt | function | core/ |
Returns a database expression to cast the field to int. |
| CastSqlInterface | interface | core/ |
Defines an interface for defining cast expressions in SQL. |
| CastSqlInterface.php | file | core/ |
|
| CastSqlInterface::getFieldAsInt | function | core/ |
Returns a database expression to cast the field to int. |
| CategorizingPluginManager | class | core/ |
Class that allows testing the trait. |
| CategorizingPluginManager::getDefinitions | function | core/ |
Provides some test definitions to the trait. |
| CategorizingPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
| CategorizingPluginManager::__construct | function | core/ |
Replace the constructor so we can instantiate a stub. |
| CategorizingPluginManagerInterface | interface | core/ |
Defines an interface for plugin managers that categorize plugin definitions. |
| CategorizingPluginManagerInterface.php | file | core/ |
|
| CategorizingPluginManagerInterface::getCategories | function | core/ |
Gets the names of all categories. |
| CategorizingPluginManagerInterface::getGroupedDefinitions | function | core/ |
Gets sorted plugin definitions grouped by category. |
| CategorizingPluginManagerInterface::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
| CategorizingPluginManagerTrait | trait | core/ |
Provides a trait for the CategorizingPluginManagerInterface. |
Pagination
- Previous page
- Page 155
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.