You are here

Classes, traits, and interfaces in Sortableviews 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AjaxController class Drupal\sortableviews\Controller src/Controller/AjaxController.php Controller for sortableviews ajax calls. 1
AjaxControllerTest class Drupal\Tests\sortableviews\Unit\Controller tests/src/Unit/Controller/AjaxControllerTest.php @coversDefaultClass \Drupal\sortableviews\Controller\AjaxController @group sortableviews
SaveSortableViewsChanges class Drupal\sortableviews\Plugin\views\area src/Plugin/views/area/SaveSortableViewsChanges.php A container where the save button will appear.
SortableDefault class Drupal\sortableviews\Plugin\views\style src/Plugin/views/style/SortableDefault.php Style plugin to render rows one after another with no decorations.
SortableHtmlList class Drupal\sortableviews\Plugin\views\style src/Plugin/views/style/SortableHtmlList.php Style plugin to render each item in an ordered or unordered list.
SortableTable class Drupal\sortableviews\Plugin\views\style src/Plugin/views/style/SortableTable.php Style plugin to render each item as a row in a table.
SortableviewsAccess class Drupal\sortableviews\Access src/Access/SortableviewsAccess.php Determines whether user has access to edit a views base entity. 1 2
SortableviewsAccessTest class Drupal\Tests\sortableviews\Unit\Access tests/src/Unit/Access/SortableviewsAccessTest.php @coversDefaultClass \Drupal\sortableviews\Access\SortableviewsAccess @group sortableviews
SortableViewsHandle class Drupal\sortableviews\Plugin\views\field src/Plugin/views/field/SortableViewsHandle.php Renders a draggable handle.
SortableViewsStyleTrait trait Drupal\sortableviews src/SortableViewsStyleTrait.php Provides sortable functionality for View styles. 3
SortableviewsTest class Drupal\Tests\sortableviews\Functional tests/src/Functional/SortableviewsTest.php Verifies form of sortableviews.

Other projects