DestructableServiceTest::testDestructableServiceExecutionOrder |
function |
core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php |
|
destructable_test.info.yml |
file |
core/modules/system/tests/modules/destructable_test/destructable_test.info.yml |
core/modules/system/tests/modules/destructable_test/destructable_test.info.yml |
destructable_test.routing.yml |
file |
core/modules/system/tests/modules/destructable_test/destructable_test.routing.yml |
core/modules/system/tests/modules/destructable_test/destructable_test.routing.yml |
destructable_test.services.yml |
file |
core/modules/system/tests/modules/destructable_test/destructable_test.services.yml |
core/modules/system/tests/modules/destructable_test/destructable_test.services.yml |
DisplayExtenderPluginBase::defaultableSections |
function |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Gets a list of defaultable sections and the items they contain. |
DisplayExtenderTest::defaultableSections |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php |
Gets a list of defaultable sections and the items they contain. |
DisplayPluginBase::defaultableSections |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Lists the 'defaultable' sections and what items each section contains. |
DisplayPluginBase::isBaseTableTranslatable |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Returns whether the base table is of a translatable entity type. |
DisplayPluginInterface::defaultableSections |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Lists the 'defaultable' sections and what items each section contains. |
DriverSpecificSchemaTestBase::providerTestSchemaCreateTablePrimaryKey |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
DriverSpecificSchemaTestBase::testFindTables |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Tests the findTables() method. |
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyOnTableCreation |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Tests an invalid field specification as a primary key on table creation. |
DriverSpecificSchemaTestBase::testTableWithSpecificDataType |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Tests creating a table with database specific data type. |
DriverSpecificSchemaTestBase::testUpperCaseTableName |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Tests handling of uppercase table names. |
Drupal\Core\Executable\ExecutableManagerInterface |
service |
core/core.services.yml |
|
Drupal\destructable_test\Destructable |
service |
core/modules/system/tests/modules/destructable_test/destructable_test.services.yml |
|
Drupal\views\ViewExecutableFactory |
service |
core/modules/views/views.services.yml |
|
drupal_attach_tabledrag |
function |
core/includes/common.inc |
Assists in attaching the tableDrag JavaScript behavior to a themed table. |
EditorValidationTest::testImmutableProperties |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests that immutable properties cannot be changed. |
ElementsTableSelectTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests the tableselect form element for expected behavior. |
ElementsTableSelectTest |
class |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the tableselect form element for expected behavior. |
ElementsTableSelectTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
|
ElementsTableSelectTest.php |
file |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
|
ElementsTableSelectTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
The theme to install as the default for testing. |
ElementsTableSelectTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
The theme to install as the default for testing. |
ElementsTableSelectTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Modules to install. |
ElementsTableSelectTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Modules to install. |
ElementsTableSelectTest::formSubmitHelper |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Helper function for the option check test to submit a form while collecting errors. |
ElementsTableSelectTest::testAdvancedSelect |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the #js_select property. |
ElementsTableSelectTest::testAjax |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests the presence of ajax functionality for all options. |
ElementsTableSelectTest::testDisabledRows |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests table select with disabled rows. |
ElementsTableSelectTest::testEmptyText |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of the #empty text when #options is an empty array. |
ElementsTableSelectTest::testMultipleFalse |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of radios when #multiple is FALSE. |
ElementsTableSelectTest::testMultipleFalseOptionChecker |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests error handling for invalid tableselect values with radio buttons. |
ElementsTableSelectTest::testMultipleFalseSubmit |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests submission of values when #multiple is FALSE. |
ElementsTableSelectTest::testMultipleTrue |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of checkboxes when #multiple is TRUE. |
ElementsTableSelectTest::testMultipleTrueOptionChecker |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests error handling for invalid tableselect values with checkboxes. |
ElementsTableSelectTest::testMultipleTrueSubmit |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the submission of single and multiple values when #multiple is TRUE. |
ElementsTableSelectTest::testTableSelectColSpan |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display when #colspan is set. |
EndOfTransactionQueriesTest::getStatementsForTable |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Filters statements by table name. |
EndOfTransactionQueriesTest::isStatementRelatedToTable |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Determines if a statement is relative to a specified table. |
EntityContentBaseTest::testUntranslatable |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php |
Tests that translation destination fails for untranslatable entities. |
EntityContentBaseTest::testUntranslatable |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
Tests that translation destination fails for untranslatable entities. |
EntityDecoupledTranslationRevisionsTest::$previousUntranslatableFieldValue |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
The previous untranslatable field value. |
EntityDecoupledTranslationRevisionsTest::dataTestUntranslatableFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
Data provider for ::testUntranslatableFields. |
EntityDecoupledTranslationRevisionsTest::testUntranslatableFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
Tests that untranslatable fields are handled correctly. |
EntityDefinitionTestTrait::renameBaseTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the base table to 'entity_test_update_new'. |
EntityDefinitionTestTrait::renameDataTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the data table to 'entity_test_update_data_new'. |
EntityDefinitionTestTrait::renameRevisionBaseTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the revision table to 'entity_test_update_revision_new'. |
EntityDefinitionTestTrait::renameRevisionDataTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the revision data table to 'entity_test_update_revision_data_new'. |