Search for executable

  1. Search 7.x for executable
  2. Search 9.5.x for executable
  3. Search 10.3.x for executable
  4. Search 11.x for executable
  5. Other projects
Title Object type File name Summary
SearchExtraTypeSearch::isSearchExecutable function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Verifies if the given parameters are valid enough to execute a search for.
SearchInterface::isSearchExecutable function core/modules/search/src/Plugin/SearchInterface.php Verifies if the values set via setSearch() are valid and sufficient.
SearchPluginBase::isSearchExecutable function core/modules/search/src/Plugin/SearchPluginBase.php Verifies if the values set via setSearch() are valid and sufficient.
TestMigrateExecutable class core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable class core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Tests MigrateExecutable.
TestMigrateExecutable.php file core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php
TestMigrateExecutable.php file core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
TestMigrateExecutable::$clearedMemoryUsage property core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php The cleared memory usage.
TestMigrateExecutable::$memoryUsage property core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php The fake memory usage in bytes.
TestMigrateExecutable::attemptMemoryReclaim function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Tries to reclaim memory.
TestMigrateExecutable::formatSize function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Generates a string representation for the given byte count.
TestMigrateExecutable::getIdMap function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Get the ID map from the current migration.
TestMigrateExecutable::getMemoryUsage function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Returns the memory usage so far.
TestMigrateExecutable::getSource function core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php Returns the source.
TestMigrateExecutable::handleException function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Takes an Exception object and both saves and displays it.
TestMigrateExecutable::memoryExceeded function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to the protected memoryExceeded method.
TestMigrateExecutable::setMemoryLimit function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the memory limit.
TestMigrateExecutable::setMemoryThreshold function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the memory threshold.
TestMigrateExecutable::setMemoryUsage function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the fake memory usage.
TestMigrateExecutable::setSource function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to set protected source property.
TestMigrateExecutable::setSourceIdValues function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to protected sourceIdValues property.
TestMigrateExecutable::setStringTranslation function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Sets the string translation service.
View::$executable property core/modules/views/src/Entity/View.php Stores a reference to the executable version of this view.
View::getExecutable function core/modules/views/src/Entity/View.php Gets an executable instance for this view.
ViewAjaxController::$executableFactory property core/modules/views/src/Controller/ViewAjaxController.php The factory to load a view executable with.
ViewAjaxControllerTest::$executableFactory property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked executable factory.
ViewEntityInterface::getExecutable function core/modules/views/src/ViewEntityInterface.php Gets an executable instance for this view.
ViewExecutable class core/modules/views/src/ViewExecutable.php Represents a view as a whole.
ViewExecutable.php file core/modules/views/src/ViewExecutable.php
ViewExecutable::$ajaxEnabled property core/modules/views/src/ViewExecutable.php Whether this view uses AJAX.
ViewExecutable::$args property core/modules/views/src/ViewExecutable.php Any arguments that have been passed into the view.
ViewExecutable::$argument property core/modules/views/src/ViewExecutable.php Stores the argument handlers which are initialized on this view.
ViewExecutable::$attachment_after property core/modules/views/src/ViewExecutable.php Attachments to place after the view.
ViewExecutable::$attachment_before property core/modules/views/src/ViewExecutable.php Attachments to place before the view.
ViewExecutable::$baseEntityType property core/modules/views/src/ViewExecutable.php The entity type of the base table, if available.
ViewExecutable::$base_database property core/modules/views/src/ViewExecutable.php Allow to override the used database which is used for this query.
ViewExecutable::$build_info property core/modules/views/src/ViewExecutable.php An array of build info.
ViewExecutable::$build_sort property core/modules/views/src/ViewExecutable.php Indicates if the sorts have been built.
ViewExecutable::$built property core/modules/views/src/ViewExecutable.php Whether or not the view has been built.
ViewExecutable::$current_display property core/modules/views/src/ViewExecutable.php Identifier of the current display.
ViewExecutable::$current_page property core/modules/views/src/ViewExecutable.php The current page. If the view uses pagination.
ViewExecutable::$displayHandlers property core/modules/views/src/ViewExecutable.php The list of used displays of the view.
ViewExecutable::$display_handler property core/modules/views/src/ViewExecutable.php The current used display plugin.
ViewExecutable::$dom_id property core/modules/views/src/ViewExecutable.php A unique identifier which allows to update multiple views output via js.
ViewExecutable::$element property core/modules/views/src/ViewExecutable.php A render array container to store render related information.
ViewExecutable::$empty property core/modules/views/src/ViewExecutable.php Stores the area handlers for the empty text which are initialized on this view.
ViewExecutable::$executed property core/modules/views/src/ViewExecutable.php Whether the view has been executed/query has been run.
ViewExecutable::$exposed_data property core/modules/views/src/ViewExecutable.php All the form data from $form_state->getValues().
ViewExecutable::$exposed_input property core/modules/views/src/ViewExecutable.php An array of input values from exposed forms.
ViewExecutable::$exposed_raw_input property core/modules/views/src/ViewExecutable.php Exposed widget input directly from the $form_state->getValues().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.