Schema::createTableSql |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Generate SQL to create a new table from a Drupal schema definition. |
Schema::dropTable |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Drop a table. |
Schema::dropTable |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Drop a table. |
Schema::dropTable |
function |
core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Schema.php |
Drop a table. |
Schema::dropTable |
function |
core/lib/Drupal/Core/Database/Schema.php |
Drop a table. |
Schema::dropTable |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Drop a table. |
Schema::findTables |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Finds all tables that are like the specified base table name. |
Schema::findTables |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Finds all tables that are like the specified base table name. |
Schema::findTables |
function |
core/lib/Drupal/Core/Database/Schema.php |
Finds all tables that are like the specified base table name. |
Schema::prefixNonTable |
function |
core/lib/Drupal/Core/Database/Schema.php |
Create names for indexes, primary keys and constraints. |
Schema::queryTableInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetch the list of blobs and sequences used on a table. |
Schema::renameTable |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Rename a table. |
Schema::renameTable |
function |
core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Schema.php |
Rename a table. |
Schema::renameTable |
function |
core/lib/Drupal/Core/Database/Schema.php |
Rename a table. |
Schema::renameTable |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Rename a table. |
Schema::renameTable |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Rename a table. |
Schema::resetTableInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Resets information about table blobs, sequences and serial fields. |
Schema::tableExists |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Check if a table exists. |
Schema::tableExists |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Schema.php |
Check if a table exists. |
Schema::tableExists |
function |
core/lib/Drupal/Core/Database/Schema.php |
Check if a table exists. |
SchemaInspector::getTablesSpecification |
function |
core/tests/Drupal/TestTools/Extension/SchemaInspector.php |
Returns the module's schema specification. |
SchemaTest::providerTestSchemaCreateTablePrimaryKey |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
SchemaTest::testFindTables |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Tests the findTables() method. |
SchemaTest::testInvalidPrimaryKeyOnTableCreation |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Tests an invalid field specification as a primary key on table creation. |
SchemaTest::testUpperCaseTableName |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php |
Tests handling of uppercase table names. |
SearchExtraTypeSearch::isSearchExecutable |
function |
core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php |
Verifies if the given parameters are valid enough to execute a search for. |
SearchInterface::isSearchExecutable |
function |
core/modules/search/src/Plugin/SearchInterface.php |
Verifies if the values set via setSearch() are valid and sufficient. |
SearchPageListBuilder::getEditableConfigNames |
function |
core/modules/search/src/SearchPageListBuilder.php |
Gets the configuration names that will be editable. |
SearchPluginBase::isSearchExecutable |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Verifies if the values set via setSearch() are valid and sufficient. |
Select::$tables |
property |
core/lib/Drupal/Core/Database/Query/Select.php |
The tables against which to JOIN. |
Select::getTables |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the tables array for this query. |
SelectExtender::getTables |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the tables array for this query. |
SelectInterface::getTables |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the tables array for this query. |
SelectTableSortDefaultTest |
class |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Tests the tablesort query extender. |
SelectTableSortDefaultTest.php |
file |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
|
SelectTableSortDefaultTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
The theme to install as the default for testing. |
SelectTableSortDefaultTest::testTableSortDefaultSort |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms that tableselect is rendered without error. |
SelectTableSortDefaultTest::testTableSortQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms that a tablesort query returns the correct results. |
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
SettableDiscoveryExtensionListTrait |
trait |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Trait that allows extension discovery to be set. |
SettableDiscoveryExtensionListTrait::$extensionDiscovery |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
The extension discovery for this extension list. |
SettableDiscoveryExtensionListTrait::getExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
|
SettableDiscoveryExtensionListTrait::setExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Sets the extension discovery. |
SettingsForm::getEditableConfigNames |
function |
core/modules/media_library/src/Form/SettingsForm.php |
Gets the configuration names that will be editable. |
SettingsForm::getEditableConfigNames |
function |
core/modules/aggregator/src/Form/SettingsForm.php |
Gets the configuration names that will be editable. |
ShapeOnlyColorEditableWidget |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php |
Plugin implementation of the 'shape_only_color_editable_widget' widget. |
ShapeOnlyColorEditableWidget.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php |
|
ShapeOnlyColorEditableWidget::formElement |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php |
Returns the form for a single field widget. |
SiteConfigureForm::getEditableConfigNames |
function |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php |
Gets the configuration names that will be editable. |
SiteInformationForm::getEditableConfigNames |
function |
core/modules/system/src/Form/SiteInformationForm.php |
Gets the configuration names that will be editable. |