You are here

33 string references to YAML keys in search_api.routing.yml in Search API 8

IndexAddFieldsForm::addField in src/Form/IndexAddFieldsForm.php
Form submission handler for adding a new field to the index.
IndexClearConfirmForm::getCancelUrl in src/Form/IndexClearConfirmForm.php
Returns the route to go to if the user cancels the action.
IndexClearConfirmForm::submitForm in src/Form/IndexClearConfirmForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
IndexDeleteConfirmForm::getCancelUrl in src/Form/IndexDeleteConfirmForm.php
IndexDeleteConfirmForm::submitForm in src/Form/IndexDeleteConfirmForm.php
IndexDisableConfirmForm::getCancelUrl in src/Form/IndexDisableConfirmForm.php
Returns the route to go to if the user cancels the action.
IndexDisableConfirmForm::submitForm in src/Form/IndexDisableConfirmForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
IndexFieldsForm::buildFieldsTable in src/Form/IndexFieldsForm.php
Builds the form fields for a set of fields.
IndexForm::save in src/Form/IndexForm.php
Form submission handler for the 'save' action.
IndexListBuilder::getDefaultOperations in src/IndexListBuilder.php
Gets this list's default operations.
IndexRebuildTrackerConfirmForm::getCancelUrl in src/Form/IndexRebuildTrackerConfirmForm.php
Returns the route to go to if the user cancels the action.
IndexRebuildTrackerConfirmForm::submitForm in src/Form/IndexRebuildTrackerConfirmForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
IndexReindexConfirmForm::getCancelUrl in src/Form/IndexReindexConfirmForm.php
Returns the route to go to if the user cancels the action.
IndexReindexConfirmForm::submitForm in src/Form/IndexReindexConfirmForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
IndexStatusForm::submitForm in src/Form/IndexStatusForm.php
Form submission handler.
LocalTasksTest::getPageRoutesIndex in tests/src/Unit/LocalTasksTest.php
Provides a list of routes to test.
LocalTasksTest::getPageRoutesServer in tests/src/Unit/LocalTasksTest.php
Provides a list of routes to test.
LocalTasksTest::testLocalTasksIndex in tests/src/Unit/LocalTasksTest.php
Tests whether the index's local tasks are present at the given route.
LocalTasksTest::testLocalTasksServer in tests/src/Unit/LocalTasksTest.php
Tests whether the server's local tasks are present at the given route.
OverviewPageTest::checkOperations in tests/src/Functional/OverviewPageTest.php
Tests server operations in the overview page.
OverviewPageTest::checkServerAndIndexCreation in tests/src/Functional/OverviewPageTest.php
Tests the creation of a server and an index.
RenderedItem::addFieldValues in src/Plugin/search_api/processor/RenderedItem.php
Adds the values of properties defined by this processor to the item.
search_api_help in ./search_api.module
Implements hook_help().
search_api_requirements in ./search_api.install
Implements hook_requirements().
ServerClearConfirmForm::getCancelUrl in src/Form/ServerClearConfirmForm.php
Returns the route to go to if the user cancels the action.
ServerClearConfirmForm::submitForm in src/Form/ServerClearConfirmForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
ServerDeleteConfirmForm::getCancelUrl in src/Form/ServerDeleteConfirmForm.php
ServerDeleteConfirmForm::submitForm in src/Form/ServerDeleteConfirmForm.php
ServerDisableConfirmForm::getCancelUrl in src/Form/ServerDisableConfirmForm.php
Returns the route to go to if the user cancels the action.
ServerDisableConfirmForm::submitForm in src/Form/ServerDisableConfirmForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
ServerForm::save in src/Form/ServerForm.php
Form submission handler for the 'save' action.
ServerStatusForm::submitForm in src/Form/ServerStatusForm.php
Form submission handler.
TaskController::executeTasks in src/Controller/TaskController.php
Executes all pending tasks.