ViewExecutable::getTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the view's current title. This can change depending upon how it
was built. |
ViewExecutable::setTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Override the view's current title. |
ViewExecutable::validate |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Makes sure the view is completely valid. |
ResettableStaticUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php |
Tests that resetting static variables works. |
ViewExecutable::getItems |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets an array of handler instances for the current display. |
Views::executableFactory |
function |
drupal/core/modules/views/lib/Drupal/views/Views.php |
Returns the view executable factory service. |
RoutableFragmentRenderer |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php |
Adds the possibility to generate a fragment URI for a given Controller. |
ManyToOne::ensureMyTable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php |
Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining. |
TableSortExtender::order |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Determine the current sort criterion. |
ImmutableEventDispatcher |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
A read-only proxy for an event dispatcher. |
ExecutablePluginBase.php |
file |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Contains \Drupal\Core\Executable\ExecutablePluginBase. |
ManyToOne::ensureMyTable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php |
Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining. |
ViewExecutable::$executed |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether the view has been executed/query has been run. |
ViewExecutable::$old_view |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Used to store views that were previously running if we recurse. |
PhpExecutableFinder::find |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
Finds The PHP executable. |
Schema::COMMENT_MAX_TABLE |
constant |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Maximum length of a table comment in MySQL. |
views.view.test_table.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_table.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_table.yml |
ViewExecutable::$argument |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the argument handlers which are initialized on this view. |
ViewExecutable::$response |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the current response object. |
Feed::defaultableSections |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\displays\DisplayPluginBase::defaultableSections(). |
ViewExecutable::getOffset |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the pager offset from the pager. |
ViewExecutable::setOffset |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the offset on the pager. |
TranslatableInterface.php |
file |
drupal/core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Contains \Drupal\Core\TypedData\TranslatableInterface. |
Connection::$tableDropped |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Whether or not a table has been dropped this request: the destructor will
only try to get rid of unnecessary databases if there is potential of them
being empty. |
ViewExecutable::initStyle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Find and initialize the style plugin. |
ViewExecutable::initPager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Initialize the pager |
Tables::ensureEntityTable |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Join entity table if necessary and return the alias for it. |
ViewExecutable::_preQuery |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run the preQuery() on all active handlers. |
HandlerBase::$actualTable |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
When a table has been moved this property is set. |
ViewExecutable::initQuery |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Do some common building initialization. |
TableSortExtenderUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Tests unicode handling features implemented in unicode.inc. |
PluginUIBase::tableHeader |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIBase.php |
Provides a theme_table compatible array of headers. |
seven_tablesort_indicator |
function |
drupal/core/themes/seven/seven.theme |
Overrides theme_tablesort_indicator(). |
QueryInterface::tableSort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Enables sortable tables for this query. |
HandlerBase::getTableJoin |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Fetches a handler to join one table to a primary table from the data cache. |
ManyToOneHelper::addTable |
function |
drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php |
Add a table to the query. |
Schema::$tableInformation |
property |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
A cache of information about blob columns and sequences of tables. |
RouteProvider::$tableName |
property |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
The name of the SQL table from which to read the routes. |
DestructableInterface.php |
file |
drupal/core/lib/Drupal/Core/DestructableInterface.php |
Contains \Drupal\Core\DestructableInterface. |
MatcherDumper::$tableName |
property |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
The name of the SQL table to which to dump the routes. |
theme_tablesort_indicator |
function |
drupal/core/includes/theme.inc |
Returns HTML for a sort icon. |
ViewExecutableFactory.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php |
Contains \Drupal\views\ViewExecutableFactory. |
SelectExtender::getTables |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the tables array for this query. |
EntityType::$translatable |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
Boolean indicating whether entities of this type have multilingual support. |
RedirectableUrlMatcher.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php |
|
ViewExecutable::$rowPlugin |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current used row plugin, if the style plugin supports row plugins. |
ViewExecutable::$row_index |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the current active row while rendering. |
SelectTableSortDefaultTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Tests the tablesort query extender. |
ViewExecutable::setDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the current display. |
ViewExecutable::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run attachments and let the display do what it needs to do prior
to running. |