ViewExecutable::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Constructs a new ViewExecutable object. |
ThemeRegistry::$persistable |
property |
drupal/core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Whether the partial registry can be persisted to the cache. |
ViewExecutable::initDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the display for this view and initialize the display handler. |
ViewExecutable::renderPager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Render the pager, if necessary. |
form_type_tableselect_value |
function |
drupal/core/includes/form.inc |
Determines the value for a tableselect form element. |
NodeAccessBaseTableTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php |
Definition of Drupal\node\Tests\NodeAccessBaseTableTest. |
ViewExecutable::renderField |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Render a specific field via the field ID and the row # |
ViewExecutable::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Unset the current view, mostly. |
ViewExecutable::setResponse |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the used response object of the view. |
ViewExecutable::getResponse |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets the response object used by the view. |
ExecutableFinder::$suffixes |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ViewExecutableTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Modules to enable. |
DummyJoinTable::$joinColumns |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
ImmutableEventDispatcherTest |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@author Bernhard Schussek <bschussek@gmail.com> |
_field_sql_storage_tablename |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generates a table name for a field data table. |
ImmutableEventDispatcher.php |
file |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
|
ResettableStaticUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php |
Definition of Drupal\system\Tests\Bootstrap\ResettableStaticUnitTest. |
UrlAliasFixtures::dropTables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAliasFixtures.php |
Drop the tables used for the sample data. |
ViewExecutable::$plugin_name |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The name of the active style plugin of the view. |
ViewExecutable::setArguments |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the arguments that come to this view. Usually from the URL
but possibly from elsewhere. |
ViewExecutable::initHandlers |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Acquire and attach all of the handlers. |
ViewExecutable::_postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Run the postExecute() on all active handlers. |
ViewExecutable::_initHandler |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Attach all of the handlers for each type. |
TableFormatter::viewElements |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/TableFormatter.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
ExecutableFinder::$isWindows |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
PhpProcess::$executableFinder |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpProcess.php |
|
ViewExecutable::setItemOption |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets an option on a handler instance. |
RedirectableUrlMatcher::match |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php |
Tries to match a URL path with a set of routes. |
WizardPluginBase::$base_table |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
The base table connected with the wizard. |
TableSortExtenderUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Definition of Drupal\system\Tests\Common\TableSortExtenderTest. |
database_test_tablesort_first |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a tablesort query with a second order_by after and returns the results. |
database_test_theme_tablesort |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Outputs a form without setting a header sort. |
RoutingFixtures::createTables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php |
Create the tables required for the sample data. |
ViewExecutable::$current_page |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current page. If the view uses pagination. |
ViewExecutable::$exposed_data |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
All the form data from $form_state['values']. |
ViewExecutable::$parent_views |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
To avoid recursion in views embedded into areas. |
ViewExecutable::$style_plugin |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current used style plugin. |
ViewExecutable::$override_url |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Allow to override the url of the current view. |
ViewExecutable::$relationship |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the relationship handlers which are initialized on this view. |
Schema::queryTableInformation |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Fetch the list of blobs and sequences used on a table. |
ViewExecutable::chooseDisplay |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the first display that is accessible to the user. |
ViewExecutable::getBaseTables |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Create a list of base tables eligible for this view. Used primarily
for the UI. Display must be already initialized. |
ViewExecutable::getBreadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the breadcrumb used for this view. |
ExecutableFinder::__construct |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ExecutableFinder::setSuffixes |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
RedirectableUrlMatcherTest.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php |
|
ManyToOneHelper::ensureMyTable |
function |
drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php |
Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining. |
ViewExecutableTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Views used by this test. |
SelectTableSortDefaultTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Definition of Drupal\system\Tests\Database\SelectTableSortDefaultTest. |
EntityQueryTest::testTableSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test tablesort(). |