MigrateValidatableEntityInterface |
interface |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
To implement by a destination plugin that should provide entity validation. |
MigrateValidatableEntityInterface.php |
file |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
|
MigrateValidatableEntityInterface::isEntityValidationRequired |
function |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
Returns a state of whether an entity needs to be validated before saving. |
MigrateValidatableEntityInterface::validateEntity |
function |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
Validates the entity. |
Migration::isAuditable |
function |
core/modules/migrate/src/Plugin/Migration.php |
Indicates if the migration is auditable. |
MigrationInterface::isAuditable |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Indicates if the migration is auditable. |
ModerationStateJoinViewsHandlerTrait::ensureMyTable |
function |
core/modules/content_moderation/src/Plugin/views/ModerationStateJoinViewsHandlerTrait.php |
|
ModuleTestBase::assertModuleTablesDoNotExist |
function |
core/modules/system/src/Tests/Module/ModuleTestBase.php |
Assert that none of the tables defined in a module's hook_schema() exist. |
ModuleTestBase::assertModuleTablesDoNotExist |
function |
core/modules/system/tests/src/Functional/Module/ModuleTestBase.php |
Assert that none of the tables defined in a module's hook_schema() exist. |
ModuleTestBase::assertModuleTablesExist |
function |
core/modules/system/src/Tests/Module/ModuleTestBase.php |
Assert that all tables defined in a module's hook_schema() exist. |
ModuleTestBase::assertModuleTablesExist |
function |
core/modules/system/tests/src/Functional/Module/ModuleTestBase.php |
Assert that all tables defined in a module's hook_schema() exist. |
ModuleTestBase::assertTableCount |
function |
core/modules/system/src/Tests/Module/ModuleTestBase.php |
Assert there are tables that begin with the specified base table name. |
ModuleTestBase::assertTableCount |
function |
core/modules/system/tests/src/Functional/Module/ModuleTestBase.php |
Assert there are tables that begin with the specified base table name. |
MoveBlockFormTest::assertBlockTable |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Asserts the correct block labels appear in the draggable tables. |
NegotiationBrowserDeleteForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php |
Gets the configuration names that will be editable. |
NegotiationBrowserForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationBrowserForm.php |
Gets the configuration names that will be editable. |
NegotiationConfigureForm::configureFormTable |
function |
core/modules/language/src/Form/NegotiationConfigureForm.php |
Builds a language negotiation method configuration table. |
NegotiationConfigureForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationConfigureForm.php |
Gets the configuration names that will be editable. |
NegotiationSelectedForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationSelectedForm.php |
Gets the configuration names that will be editable. |
NegotiationSessionForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationSessionForm.php |
Gets the configuration names that will be editable. |
NegotiationUrlForm::getEditableConfigNames |
function |
core/modules/language/src/Form/NegotiationUrlForm.php |
Gets the configuration names that will be editable. |
NodeAccessBaseTableTest |
class |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
Tests behavior of the node access subsystem if the base table is not node. |
NodeAccessBaseTableTest.php |
file |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
|
NodeAccessBaseTableTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
The theme to install as the default for testing. |
NodeAccessBaseTableTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
Modules to enable. |
NodeAccessBaseTableTest::$nidsVisible |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
The nids visible. |
NodeAccessBaseTableTest::$nodesByUser |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
Nodes by user. |
NodeAccessBaseTableTest::$privateTid |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
A private tid. |
NodeAccessBaseTableTest::$profile |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
The installation profile to use with this test. |
NodeAccessBaseTableTest::$publicTid |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
A public tid. |
NodeAccessBaseTableTest::$webUser |
property |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
A web user. |
NodeAccessBaseTableTest::assertTaxonomyPage |
function |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
Checks taxonomy/term listings to ensure only accessible nodes are listed. |
NodeAccessBaseTableTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
|
NodeAccessBaseTableTest::testNodeAccessBasic |
function |
core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php |
Tests the "private" node access functionality. |
NodeMigrateTypeTestTrait::$tableName |
property |
core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php |
The migrate_map table name. |
NodeMigrateTypeTestTrait::getTableName |
function |
core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php |
Gets the migrate_map table name. |
NodeMigrateTypeTestTrait::makeNodeMigrateMapTable |
function |
core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php |
Create a node migrate_map table. |
NodeMigrateTypeTestTrait::nodeMigrateMapTableCount |
function |
core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php |
Gets the numbers of complete and classic node migrate_map tables. |
NodeMigrateTypeTestTrait::removeNodeMigrateMapTable |
function |
core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php |
Remove the node migrate map table. |
NodeSearch::isSearchExecutable |
function |
core/modules/node/src/Plugin/Search/NodeSearch.php |
Verifies if the values set via setSearch() are valid and sufficient. |
NodeStorageSchema::getSharedTableFieldSchema |
function |
core/modules/node/src/NodeStorageSchema.php |
Gets the schema for a single field definition. |
NonPrintable |
class |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php |
|
NullIdMap::getQualifiedMapTableName |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Gets the qualified map table. |
off-canvas.table.css |
file |
core/misc/dialog/off-canvas.table.css |
Visual styling for tables in the off-canvas dialog. |
off-canvas.table.css |
file |
core/themes/stable/css/core/dialog/off-canvas.table.css |
Visual styling for tables in the off-canvas dialog. |
off-canvas.tabledrag.css |
file |
core/misc/dialog/off-canvas.tabledrag.css |
Table drag behavior for off-canvas dialog. |
off-canvas.tabledrag.css |
file |
core/themes/stable/css/core/dialog/off-canvas.tabledrag.css |
Table drag behavior for off-canvas dialog. |
OptionsProviderInterface::getSettableOptions |
function |
core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php |
Returns an array of settable values with labels for display. |
OptionsProviderInterface::getSettableValues |
function |
core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php |
Returns an array of settable values. |
PagerTestController::buildTestTable |
function |
core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php |
Builds a render array for a pageable test table. |