DraggableListBuilder::render

public DraggableListBuilder::render() Builds the entity listing as renderable array for table.html.twig. @todo Add a link to add a new item to the #empty text. Overrides EntityListBuilder::render File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 91 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code public function render() { if (!empty($this->weightKey)) { return $thi

DraggableListBuilder::formBuilder

protected DraggableListBuilder::formBuilder() Returns the form builder. Return value \Drupal\Core\Form\FormBuilderInterface The form builder. File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 171 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code protected function formBuilder() { if (!$this->formBuilder) { $this->formBuilder = \Drupal::formBuilder(); } return

DraggableListBuilder::buildRow

public DraggableListBuilder::buildRow(EntityInterface $entity) Builds a row for an entity in the entity listing. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity for this row of the list. Return value array A render array structure of fields for this entity. Overrides EntityListBuilder::buildRow See also \Drupal\Core\Entity\EntityListBuilder::render() File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 70 Class DraggableListBuilder Defines a class to

DraggableListBuilder::buildHeader

public DraggableListBuilder::buildHeader() Builds the header row for the entity listing. Return value array A render array structure of header strings. Overrides EntityListBuilder::buildHeader See also \Drupal\Core\Entity\EntityListBuilder::render() File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 59 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code public function buildHea

DraggableListBuilder::buildForm

public DraggableListBuilder::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 101 Class DraggableListBuilder Defines a class to build a draggable listing of co

DraggableListBuilder::$weightKey

Name of the entity's weight field or FALSE if no field is provided. Type: string|bool File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 35 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code protected $weightKey = FALSE;

DraggableListBuilder::$formBuilder

The form builder. Type: \Drupal\Core\Form\FormBuilderInterface File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 42 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code protected $formBuilder;

DraggableListBuilder::$entitiesKey

The key to use for the form element containing the entities. Type: string File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 21 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code protected $entitiesKey = 'entities';

DraggableListBuilder::$entities

The entities being listed. Type: \Drupal\Core\Entity\EntityInterface[] File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 28 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code protected $entities = array();

DraggableListBuilder

Defines a class to build a draggable listing of configuration entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\Core\Config\Entity\DraggableListBuilder implements FormInterface File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line