Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 10.3.x for table
  4. Search 11.x for table
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.

All search results

Title Object type File name Summary
ResourceType::getRelatableResourceTypes function core/modules/jsonapi/src/ResourceType/ResourceType.php Get all resource types with which this type may have a relationship.
ResourceType::getRelatableResourceTypesByField function core/modules/jsonapi/src/ResourceType/ResourceType.php Get all resource types with which the given field may have a relationship.
ResourceType::isLocatable function core/modules/jsonapi/src/ResourceType/ResourceType.php Whether resources of this resource type are locatable.
ResourceType::isMutable function core/modules/jsonapi/src/ResourceType/ResourceType.php Whether resources of this resource type are mutable.
ResourceType::setRelatableResourceTypes function core/modules/jsonapi/src/ResourceType/ResourceType.php Sets the relatable resource types.
ResourceTypeRelationship::$relatableResourceTypes property core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php The resource type to which this relationships can relate.
ResourceTypeRelationship::getRelatableResourceTypes function core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php Gets the relatable resource types.
ResourceTypeRelationship::withRelatableResourceTypes function core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php Establishes the relatable resource types of this field.
ResourceTypeRepository::calculateRelatableResourceTypes function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Calculates relatable JSON:API resource types for a given resource type.
ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Get relatable resource types from a field definition.
ResourceTypeRepository::isLocatableResourceType function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Whether an entity type + bundle maps to a locatable resource type.
ResourceTypeRepository::isMutableResourceType function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Whether an entity type + bundle maps to a mutable resource type.
RevisionableContentEntityBaseTest::assertItemsTableCount function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Asserts the amount of items on entity related tables.
RouteProvider::$tableName property core/lib/Drupal/Core/Routing/RouteProvider.php The name of the SQL table from which to read the routes.
RoutingFixtures::createTables function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Create the tables required for the sample data.
RoutingFixtures::dropTables function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Drop the tables used for the sample data.
RoutingFixtures::routingTableDefinition function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns the table definition for the routing fixtures.
RowEntityRenderersTest::testRevisionBaseTable function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the row renderer with a revision base table.
Rss::$base_table property core/modules/aggregator/src/Plugin/views/row/Rss.php The table the aggregator item is using for storage.
Rss::$base_table property core/modules/comment/src/Plugin/views/row/Rss.php
Rss::$base_table property core/modules/node/src/Plugin/views/row/Rss.php
RssFeedsForm::getEditableConfigNames function core/modules/system/src/Form/RssFeedsForm.php Gets the configuration names that will be editable.
Schema::$tableInformation property core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php A cache of information about blob columns and sequences of tables.
Schema::alterTable function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Create a table with a new schema containing the old content.
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::COMMENT_MAX_TABLE constant core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Maximum length of a table comment in MySQL.
Schema::createTable function core/lib/Drupal/Core/Database/Schema.php Create a new table from a Drupal table definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::dropTable function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Drop a table.
Schema::dropTable function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Drop a table.
Schema::dropTable function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Drop a table.
Schema::dropTable function core/lib/Drupal/Core/Database/Schema.php Drop a table.
Schema::findTables function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Finds all tables that are like the specified base table name.
Schema::findTables function core/lib/Drupal/Core/Database/Driver/pgsql/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/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Fetch the list of blobs and sequences used on a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Schema.php Rename a table.
Schema::resetTableInformation function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Resets information about table blobs, sequences and serial fields.
Schema::tableExists function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Check if a table exists.
Schema::tableExists function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Check if a table exists.
Schema::tableExists function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Check if a table exists.
Schema::tableExists function core/lib/Drupal/Core/Database/Schema.php Check if a table exists.
SchemaTest::providerTestSchemaCreateTablePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.