Search for executable
- Search 7.x for executable
- Search 9.5.x for executable
- Search 8.9.x for executable
- Search 10.3.x for executable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TestMigrateExecutable::getSource | function | core/ |
Returns the source. |
TestMigrateExecutable::handleException | function | core/ |
Takes an Exception object and both saves and displays it. |
TestMigrateExecutable::memoryExceeded | function | core/ |
Allows access to the protected memoryExceeded method. |
TestMigrateExecutable::setMemoryLimit | function | core/ |
Sets the memory limit. |
TestMigrateExecutable::setMemoryThreshold | function | core/ |
Sets the memory threshold. |
TestMigrateExecutable::setMemoryUsage | function | core/ |
Sets the fake memory usage. |
TestMigrateExecutable::setSource | function | core/ |
Allows access to set protected source property. |
TestMigrateExecutable::setSourceIdValues | function | core/ |
Allows access to protected sourceIdValues property. |
TestMigrateExecutable::setStringTranslation | function | core/ |
Sets the string translation service. |
View::$executable | property | core/ |
Stores a reference to the executable version of this view. |
View::getExecutable | function | core/ |
Gets an executable instance for this view. |
ViewAjaxController::$executableFactory | property | core/ |
The factory to load a view executable with. |
ViewAjaxControllerTest::$executableFactory | property | core/ |
The mocked executable factory. |
ViewEntityInterface::getExecutable | function | core/ |
Gets an executable instance for this view. |
ViewExecutable | class | core/ |
Represents a view as a whole. |
ViewExecutable.php | file | core/ |
|
ViewExecutable::$ajaxEnabled | property | core/ |
Whether this view uses AJAX. |
ViewExecutable::$args | property | core/ |
Any arguments that have been passed into the view. |
ViewExecutable::$argument | property | core/ |
Stores the argument handlers which are initialized on this view. |
ViewExecutable::$attachment_after | property | core/ |
Attachments to place after the view. |
ViewExecutable::$attachment_before | property | core/ |
Attachments to place before the view. |
ViewExecutable::$baseEntityType | property | core/ |
The entity type of the base table, if available. |
ViewExecutable::$base_database | property | core/ |
Allow to override the used database which is used for this query. |
ViewExecutable::$build_info | property | core/ |
An array of build info. |
ViewExecutable::$build_sort | property | core/ |
Indicates if the sorts have been built. |
ViewExecutable::$build_time | property | core/ |
The build execution time. |
ViewExecutable::$built | property | core/ |
Whether or not the view has been built. |
ViewExecutable::$current_display | property | core/ |
Identifier of the current display. |
ViewExecutable::$current_page | property | core/ |
The current page. If the view uses pagination. |
ViewExecutable::$displayHandlers | property | core/ |
The list of used displays of the view. |
ViewExecutable::$display_handler | property | core/ |
The current used display plugin. |
ViewExecutable::$dom_id | property | core/ |
A unique identifier which allows to update multiple views output via js. |
ViewExecutable::$element | property | core/ |
A render array container to store render related information. |
ViewExecutable::$empty | property | core/ |
The area handlers for the empty text which are initialized on this view. |
ViewExecutable::$executed | property | core/ |
Whether the view has been executed/query has been run. |
ViewExecutable::$exposed_data | property | core/ |
All the form data from $form_state->getValues(). |
ViewExecutable::$exposed_input | property | core/ |
An array of input values from exposed forms. |
ViewExecutable::$exposed_raw_input | property | core/ |
Exposed widget input directly from the $form_state->getValues(). |
ViewExecutable::$exposed_widgets | property | core/ |
The render array for the exposed form. |
ViewExecutable::$feedIcons | property | core/ |
Feed icons attached to the view. |
ViewExecutable::$field | property | core/ |
Stores the field handlers which are initialized on this view. |
ViewExecutable::$filter | property | core/ |
Stores the filter handlers which are initialized on this view. |
ViewExecutable::$footer | property | core/ |
Stores the area handlers for the footer which are initialized on this view. |
ViewExecutable::$get_total_rows | property | core/ |
Force the query to calculate the total number of results. |
ViewExecutable::$header | property | core/ |
Stores the area handlers for the header which are initialized on this view. |
ViewExecutable::$inited | property | core/ |
Does this view already have loaded its handlers. |
ViewExecutable::$is_attachment | property | core/ |
Whether this view is an attachment to another view. |
ViewExecutable::$items_per_page | property | core/ |
The number of items per page. |
ViewExecutable::$many_to_one_tables | property | core/ |
Stores the many-to-one tables for performance. |
ViewExecutable::$offset | property | core/ |
The pager offset. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.