ExecutionContextTest::TRANS_DOMAIN |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
PagerPluginBase::executeCountQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Execute the count query, which will be done just prior to the query
itself being executed. |
views_test_data_views_post_execute |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc |
Implements hook_views_post_execute(). |
ExposedFormPluginBase::postExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
ViewExecutableTest::testProperties |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the accessing of values on the object. |
ExecutionContextInterface::getRoot |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the value at which validation was started in the object graph. |
DisplayPluginBase::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
If this display creates a page with a menu item, implement it here. |
views_test_data.views_execution.inc |
file |
drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc |
Provides views data and hooks for views_test_data module. |
ViewExecutable::$many_to_one_tables |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the many-to-one tables for performance. |
ViewExecutableTest::testInitMethods |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the initDisplay() and initHandlers() methods. |
GlobalExecutionContextInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
|
ExecutionContextInterface::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Validates the given value within the scope of the current validation. |
ExecutionContextInterface::getValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the value that the validator is currently validating. |
ExecutionContextInterface::getGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the validation group that is currently being validated. |
ExecutableManagerInterface::execute |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php |
Executes an executable plugin. |
ExecutionContextTest::$globalContext |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
ViewExecutableTest::testConstructing |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the generation of the executable object. |
ExecutionContext::$translationDomain |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
|
ExecutionContext::getMetadataFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Returns the used metadata factory. |
TransactionTest::executeDDLStatement |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php |
Executes a DDL statement. |
ViewExecutableTest::$configProperties |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Properties that should be stored in the configuration. |
ViewExecutableTest::assertViewDestroy |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Asserts that expected view properties have been unset by destroy(). |
DisplayExtenderPluginBase::preExecute |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Set up any variables on the view prior to execution. |
PhpExecutableFinder::$executableFinder |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php |
|
ExecutionContextTest::$metadataFactory |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
ExecutionContextTest::testAddViolation |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
ViewExecutableTest::testFactoryService |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the views.exectuable container service. |
ExecutionContextInterface::getMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the metadata for the currently validated value. |
ViewPageController::$executableFactory |
property |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
The view executable factory. |
ViewExecutableTest::testPropertyMethods |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests the setting/getting of properties. |
ExecutionContextInterface::addViolation |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Adds a violation at the current node of the validation graph. |
ExecutionContextInterface::getClassName |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the class name of the current node. |
views.view.test_executable_displays.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_executable_displays.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_executable_displays.yml |
ExecutionContextTest::testAddViolationAt |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
GlobalExecutionContextInterface::getRoot |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
Returns the value at which validation was started in the object graph. |
ViewExecutableTest::getProtectedProperty |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Returns a protected property from a class instance. |
ExecutionContextInterface::validateValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Validates a value against a constraint. |
ExecutionContextInterface::getViolations |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the violations generated by the validator so far. |
ConditionInterface::setExecutableManager |
function |
drupal/core/lib/Drupal/Core/Condition/ConditionInterface.php |
Sets the executable manager class. |
ExecutablePluginBase::$executableManager |
property |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
The condition manager to proxy execute calls through. |
ExecutionContextTest::testGetPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
ViewExecutableTest::$executableProperties |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Properties that should be stored in the executable. |
ViewExecutableTest::testViewsHandlerTypes |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php |
Tests ViewExecutable::viewsHandlerTypes(). |
ExecutionContextInterface::addViolationAt |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Adds a violation at the validation graph node with the given property
path relative to the current property path. |
ExecutablePluginBase::getConfigDefinition |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets the definition of a configuration option. |
ExecutionContextInterface::getPropertyName |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the property name of the current node. |
ExecutionContextInterface::getPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php |
Returns the property path to the value that the validator is currently
validating. |
ExecutablePluginBase::setExecutableManager |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
|
ExecutablePluginBase::getConfigDefinitions |
function |
drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets an array of definitions of available configuration options. |
ExecutionContextTest_TestClass::$myProperty |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|