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_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_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 |
Sql::addTable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a table to the query, ensuring the path exists. |
db_drop_table |
function |
drupal/core/includes/database.inc |
Drops a table. |
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. |
Table::create |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Creates an instance of the plugin. |
tablesort.inc |
file |
drupal/core/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
Merge::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
The table to be used for INSERT and UPDATE. |
FILE_WRITABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is writable. |
TableTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php |
Definition of Drupal\system\Tests\Theme\TableTest. |
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 |
Initializes the table sort context. |
tablesort_cell |
function |
drupal/core/includes/tablesort.inc |
Formats a table cell. |
Sql::markTable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
|
TableFormatter |
class |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/TableFormatter.php |
Plugin implementation of the 'file_table' formatter. |
db_find_tables |
function |
drupal/core/includes/database.inc |
Finds all tables that are like the specified base table name. |
Table::$active |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Contains the current active sort column. |
Update::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
The table to update. |
Selectable.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.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. |
DummyJoinTable |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
Select::$tables |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The tables against which to JOIN. |
Sql::queueTable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a table to the query without ensuring the path. |
Tables::addJoin |
function |
drupal/core/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. |
Table::$request |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Contains the current request object. |
FILE_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is executable. |
ExecutableFinder |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Generic executable finder. |
tablesort_header |
function |
drupal/core/includes/tablesort.inc |
Formats a column header. |
Rss::$base_table |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php |
|
Tables::addField |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
|
Rss::$base_table |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php |
|
Truncate::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Truncate.php |
The table to truncate. |
Table::buildSort |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Called by the view builder to see if this style handler wants to
interfere with the sorts. If so it should build; if it returns
any non-TRUE value, normal sorting will NOT be added to the query. |
Table::evenEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Should the output of the style plugin be rendered even if it's a empty view. |
views.executable |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\ViewExecutableFactory |
Schema::dropTable |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Drop a 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. |
Tables::$sqlQuery |
property |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
|
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. |