ExecutionContext::getRoot |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Returns the value at which validation was started in the object graph. |
ExecutionContextInterface |
interface |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Stores the validator's state during validation. |
ConditionManager::execute |
function |
drupal/core/lib/Drupal/Core/Condition/ConditionManager.php |
Implements Drupal\Core\Executable\ExecutableManagerInterface::execute(). |
ViewExecutableFactory.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php |
Contains \Drupal\views\ViewExecutableFactory. |
views.views_execution.inc |
file |
drupal/core/modules/views/views.views_execution.inc |
Provides views runtime hooks for views.module. |
SelectExtender::preExecute |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Generic preparation and validation for a SELECT query. |
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. |
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. |
ViewExecutable::buildTitle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Force the view to build a title. |
ViewExecutable::setElement |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the build array used by the view. |
ViewExecutable::removeItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Removes configuration for a handler instance on a given display. |
ViewExecutableFactory::get |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php |
Instantiates a ViewExecutable class. |
StatementPrefetch::execute |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Executes a prepared statement. |
ExecutionContext::getValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Returns the value that the validator is currently validating. |
ExecutionContext::getGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Returns the validation group that is currently being validated. |
ExecutionContext::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Validates the given value within the scope of the current validation. |
action.views_execution.inc |
file |
drupal/core/modules/action/action.views_execution.inc |
Provides views runtime hooks for action.module. |
ExecutableManagerInterface |
interface |
drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php |
An interface for managers of executable plugins. |
DisplayPluginBase::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
When used externally, this is how a view gets run and returns
data in the format required. |
ViewExecutable::$build_info |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
An array of build info. |
ExecutableFinder::$suffixes |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
|
ExecutableFinder::addSuffix |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Adds new possible suffix to check for executable. |
ViewExecutable::$total_rows |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The total number of rows returned from the query. |
CancelUser::executeMultiple |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/CancelUser.php |
Executes the plugin for an array of objects. |
ExecutionContextTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
PagerPluginBase::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Perform any needed actions just prior to the query executing. |
ViewExecutable::$build_sort |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Indicates if the sorts have been built. |
ViewExecutable::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Constructs a new ViewExecutable object. |
ViewExecutable::ajaxEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether or not AJAX should be used. |
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. |
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. |
ActionBase::executeMultiple |
function |
drupal/core/lib/Drupal/Core/Action/ActionBase.php |
Executes the plugin for an array of objects. |
ViewExecutableTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
|
SelectInterface::preExecute |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Generic preparation and validation for a SELECT query. |
ExecutionContext::$metadata |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
|
StatementInterface::execute |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Executes a prepared statement |
SqliteProfilerStorage::exec |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
|
DeleteNode::executeMultiple |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DeleteNode.php |
Executes the plugin for an array of objects. |
PhpExecutableFinderTest.php |
file |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php |
|
ExecutableInterface::execute |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php |
Executes the plugin. |
ViewExecutable::$ajaxEnabled |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether this view uses AJAX. |
QueryTest::_testQueryExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
|
PagerPluginBase::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Perform any needed actions just after the query executing. |
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. |