Sql::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Executes the query and fills the associated view object with according
values. |
Feed::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::execute(). |
Page::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::execute(). |
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. |
Query::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
Runs the query against the database. |
Query::execute |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::execute(). |
Block::execute |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php |
The display block handler returns the structure necessary for a block. |
Merge::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Runs the query against the database. |
Query::execute |
function |
drupal/core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::execute(). |
Insert::execute |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php |
Executes the insert query. |
Delete::execute |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php |
Executes the DELETE query. |
Select::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Runs the query against the database. |
Update::execute |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php |
Executes the UPDATE query. |
Insert::execute |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php |
Executes the insert query. |
NoType::execute |
function |
drupal/core/modules/system/tests/modules/action_test/lib/Drupal/action_test/Plugin/Action/NoType.php |
Executes the plugin. |
Update::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Executes the UPDATE query. |
Insert::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
Executes the insert query. |
FILE_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is executable. |
Action::execute |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php |
|
Delete::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Delete.php |
Executes the DELETE query. |
Insert::execute |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php |
Executes the insert query. |
ExecutableFinder |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php |
Generic executable finder. |
ExecutionContext |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Default implementation of {@link ExecutionContextInterface}. |
views.executable |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\ViewExecutableFactory |
Mini::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Mini.php |
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::postExecute(). |
None::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php |
Perform any needed actions just after the query executing. |
Truncate::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Truncate.php |
Executes the TRUNCATE query. |
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. |
SaveNode::execute |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/SaveNode.php |
Executes the plugin. |
BlockUser::execute |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/BlockUser.php |
Executes the plugin. |
Statement::execute |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php |
Executes a prepared statement. |
Select::preExecute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Generic preparation and validation for a SELECT query. |
QueryTest::execute |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
Implements Drupal\views\Plugin\views\query\QueryPluginBase::execute(). |
ViewExecutableTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the ViewExecutable class. |
Insert::preExecute |
function |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
Preprocesses and validates the query. |
ViewExecutable.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Definition of Drupal\views\ViewExecutable. |
Statement::execute |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Executes a prepared statement |
Attachment::execute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php |
When used externally, this is how a view gets run and returns
data in the format required. |
PhpExecutableFinder |
class |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
An executable finder specifically designed for the PHP executable. |
CancelUser::execute |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/CancelUser.php |
Executes the plugin. |
RestExport::execute |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::execute(). |
user_search_execute |
function |
drupal/core/modules/user/user.module |
Implements hook_search_execute(). |
SaveEntity::execute |
function |
drupal/core/modules/system/tests/modules/action_test/lib/Drupal/action_test/Plugin/Action/SaveEntity.php |
Executes the plugin. |
StickyNode::execute |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/StickyNode.php |
Executes the plugin. |
DemoteNode::execute |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DemoteNode.php |
Executes the plugin. |
node_search_execute |
function |
drupal/core/modules/node/node.module |
Implements hook_search_execute(). |
DeleteNode::execute |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DeleteNode.php |
Executes the plugin. |
FILE_NOT_EXECUTABLE |
constant |
drupal/core/includes/install.inc |
File permission check -- File is not executable. |
GotoAction::execute |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/GotoAction.php |
Executes the plugin. |
ViewUI::$executable |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
The View executable object. |