CallsDestructableServiceController::__construct |
function |
core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php |
|
CKEditor5PluginDefinition::getCreatableElements |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Gets the elements this plugin allows to create. |
CKEditor5PluginDefinition::isCreatableElement |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Checks if the element is a plain tag, meaning the plugin can create it. |
ClaroTableDragTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php |
Tests draggable tables with Claro theme. |
ClaroTableDragTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php |
|
ClaroTableDragTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php |
The theme to install as the default for testing. |
ClaroTableDragTest::$indentationXpathSelector |
property |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php |
Xpath selector for finding tabledrag indentation elements in a table row. |
ClaroTableDragTest::$tabledragChangedXpathSelector |
property |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php |
Xpath selector for finding the tabledrag changed marker. |
ClaroTableDragTest::testNoDuplicates |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php |
Ensures that there are no duplicate tabledrag handles. |
ClaroTableTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php |
Tests Claro specific table functionality. |
ClaroTableTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php |
|
ClaroTableTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php |
Modules to enable. |
ClaroTableTest::testThemeTablePositionStickyPreRender |
function |
core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php |
Confirm Claro prerender callback is not executed for non-array class. |
ClaroTableTest::testThemeTableStickyHeaders |
function |
core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php |
Confirm that Claro tables override use of the `sticky-enabled` class. |
claro_preprocess_field_ui_table |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for field_ui_table. |
claro_preprocess_table |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for table. |
claro_preprocess_views_view_table |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for views_view_table. |
CommentStorageSchema::getSharedTableFieldSchema |
function |
core/modules/comment/src/CommentStorageSchema.php |
Gets the schema for a single field definition. |
ConditionInterface::setExecutableManager |
function |
core/lib/Drupal/Core/Condition/ConditionInterface.php |
Sets the executable manager class. |
ConditionPluginBase::$executableManager |
property |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
The condition manager to proxy execute calls through. |
ConditionPluginBase::setExecutableManager |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Sets the executable manager class. |
ConfigEntityQueryTest::testTableSort |
function |
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php |
Tests sorting with tableSort on config entity queries. |
ConfigEntityType::getBaseTable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php |
Gets the name of the entity's base table. |
ConfigEntityType::getDataTable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php |
Gets the name of the entity's data table. |
ConfigEntityType::getRevisionDataTable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php |
Gets the name of the entity's revision data table. |
ConfigEntityType::getRevisionTable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php |
Gets the name of the entity's revision table. |
ConfigEntityValidationTestBase::isFullyValidatable |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php |
Whether the tested config entity type is fully validatable. |
ConfigEntityValidationTestBase::testImmutableProperties |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php |
Tests that immutable properties cannot be changed. |
ConfigFactory::getEditable |
function |
core/lib/Drupal/Core/Config/ConfigFactory.php |
Returns a mutable configuration object for a given name. |
ConfigFactoryInterface::getEditable |
function |
core/lib/Drupal/Core/Config/ConfigFactoryInterface.php |
Returns a mutable configuration object for a given name. |
ConfigFormBaseTrait::getEditableConfigNames |
function |
core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php |
Gets the configuration names that will be editable. |
ConfigMapperInterface::hasTranslatable |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Checks if pieces of this configuration mapper have translatables. |
ConfigMapperManager::findTranslatable |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
Returns TRUE if at least one translatable element is found. |
ConfigMapperManager::hasTranslatable |
function |
core/modules/config_translation/src/ConfigMapperManager.php |
|
ConfigMapperManagerInterface::hasTranslatable |
function |
core/modules/config_translation/src/ConfigMapperManagerInterface.php |
Returns TRUE if the configuration data has translatable items. |
ConfigMapperManagerTest::providerTestHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Provides data for ConfigMapperManager::testHasTranslatable() |
ConfigMapperManagerTest::testHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Tests ConfigMapperManager::hasTranslatable(). |
ConfigNamesMapper::hasTranslatable |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Checks if pieces of this configuration mapper have translatables. |
ConfigNamesMapperTest::providerTestHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigNamesMapperTest::testHasTranslatable(). |
ConfigNamesMapperTest::testHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasTranslatable(). |
ConfigSchemaTest::testLangcodeRequiredIfTranslatableValuesConstraintError |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
|
ConfiguredTrait::getEditableConfigNames |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Gets the configuration names that will be editable. |
ConfigValidationTest::testValidatableConfigIsValidated |
function |
core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php |
Tests that the recipe runner only validates config which is validatable. |
Connection::$escapedTables |
property |
core/lib/Drupal/Core/Database/Connection.php |
List of escaped table names, keyed by unescaped names. |
Connection::$tableDropped |
property |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
Whether or not a table has been dropped this request. |
Connection::$tablePlaceholderReplacements |
property |
core/lib/Drupal/Core/Database/Connection.php |
Replacements to fully qualify {table} placeholders in SQL strings. |
Connection::escapeTable |
function |
core/lib/Drupal/Core/Database/Connection.php |
Escapes a table name string. |
Connection::getFullQualifiedTableName |
function |
core/lib/Drupal/Core/Database/Connection.php |
Get a fully qualified table name. |
Connection::getFullQualifiedTableName |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
Get a fully qualified table name. |
Connection::getFullQualifiedTableName |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
Get a fully qualified table name. |