Table |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Style plugin to render each item as a row in a table. |
Tables |
class |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Adds tables and fields to the SQL entity query. |
TableTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php |
Unit tests for theme_table(). |
Table.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Definition of Drupal\views\Plugin\views\style\Table. |
Selectable |
interface |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php |
Interface for collections that allow efficient filtering with an expression API. |
Tables.php |
file |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Definition of Drupal\field_sql_storage\Entity\Tables. |
theme_table |
function |
drupal/core/includes/theme.inc |
Returns HTML for a table. |
Sql::$tables |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Holds an array of tables and counts added so that we can create aliases |
FILE_WRITABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is writable. |
Merge::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
The table to be used for INSERT and UPDATE. |
Table::$order |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Contains the current active sort order, either desc or asc. |
TableTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php |
Definition of Drupal\system\Tests\Theme\TableTest. |
db_drop_table |
function |
drupal/core/includes/database.inc |
Drops a table. |
tablesort.inc |
file |
drupal/core/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
Selectable.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php |
|
Update::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
The table to update. |
DummyJoinTable |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
Insert::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
The table on which to insert. |
Delete::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Delete.php |
The table from which to delete. |
Sql::add_table |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a table to the query, ensuring the path exists. |
Table::$active |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Contains the current active sort column. |
ViewExecutable |
class |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
An object to contain all of the data to generate a view, plus the member
functions to build the view query, execute the query and render the output. |
tablesort_init |
function |
drupal/core/includes/tablesort.inc |
Initialize the table sort context. |
tablesort_cell |
function |
drupal/core/includes/tablesort.inc |
Format a table cell. |
db_find_tables |
function |
drupal/core/includes/database.inc |
Finds all tables that are like the specified base table name. |
TableFormatter |
class |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/TableFormatter.php |
Plugin implementation of the 'file_table' formatter. |
FILE_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is executable. |
Sql::mark_table |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
|
Tables::addJoin |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
|
db_escape_table |
function |
drupal/core/includes/database.inc |
Restricts a dynamic table name to safe characters. |
db_create_table |
function |
drupal/core/includes/database.inc |
Creates a new table from a Drupal table definition. |
db_table_exists |
function |
drupal/core/includes/database.inc |
Checks if a table exists. |
db_rename_table |
function |
drupal/core/includes/database.inc |
Renames a table. |
Select::$tables |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The tables against which to JOIN. |
Rss::$base_table |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php |
|
Rss::$base_table |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php |
|
Truncate::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Truncate.php |
The table to truncate. |
Sql::queue_table |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a table to the query without ensuring the path. |
Tables::addField |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
|
tablesort_header |
function |
drupal/core/includes/tablesort.inc |
Format a column header. |
ExecutableFinder |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Generic executable finder. |
Select::getTables |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the tables array for this query. |
Schema::dropTable |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Drop a table. |
Schema::dropTable |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Drop a table. |
_theme_table_cell |
function |
drupal/core/includes/theme.inc |
Returns HTML output for a single table cell for theme_table(). |
Sql::$table_queue |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
A list of tables in the order they should be added, keyed by alias. |
View::$base_table |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The name of the base table this view will use. |
FILE_NOT_WRITABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is not writable. |
View::$executable |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Stores a reference to the executable version of this view. |
Sql::ensure_table |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Ensure a table exists in the queue; if it already exists it won't
do anything, but if it doesn't it will add the table queue. It will ensure
a path leads back to the relationship table. |