RearrangeFilter

Provides a rearrange form for Views filters. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views_ui\Form\Ajax\ViewsFormBase implements ViewsFormInterfaceclass \Drupal\views_ui\Form\Ajax\RearrangeFilter File core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php, line 12 Namespace D

Rearrange::__construct

public Rearrange::__construct($type = NULL) Constructs a new Rearrange object. File core/modules/views_ui/src/Form/Ajax/Rearrange.php, line 19 Class Rearrange Provides a rearrange form for Views handlers. Namespace Drupal\views_ui\Form\Ajax Code public function __construct($type = NULL) { $this->setType($type); }

Rearrange::submitForm

public Rearrange::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ViewsFormBase::submitForm File core/modules/views_ui/src/Form/Ajax/Rearrange.php, line 146 Class Rearrange Provides a rearrange form for Views handlers. Namespace Drupal\views_ui\Form\Ajax Code public function s

Rearrange::getFormKey

public Rearrange::getFormKey() Returns the key that represents this form. Return value string The form key used in the URL, e.g., the string 'add-handler' in 'admin/structure/views/%/add-handler/%/%/%'. Overrides ViewsFormInterface::getFormKey File core/modules/views_ui/src/Form/Ajax/Rearrange.php, line 26 Class Rearrange Provides a rearrange form for Views handlers. Namespace Drupal\views_ui\Form\Ajax Code public function getFormKey() { return 'rearrange'; }

Rearrange::getFormId

public Rearrange::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/views_ui/src/Form/Ajax/Rearrange.php, line 41 Class Rearrange Provides a rearrange form for Views handlers. Namespace Drupal\views_ui\Form\Ajax Code public function getFormId() { return 'views_ui_rearrange_form'; }

Rearrange::getForm

public Rearrange::getForm(ViewEntityInterface $view, $display_id, $js, $type = NULL) Creates a new instance of this form. @todo When https://www.drupal.org/node/1843224 is in, this will return \Drupal\Core\Ajax\AjaxResponse instead of the array of AJAX commands. Parameters \Drupal\views\ViewEntityInterface $view: The view being edited. string|null $display_id: The display ID being edited, or NULL to load the first available display. string $js: If this is an AJAX form, it will be the string 'a

Rearrange::buildForm

public Rearrange::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/modules/views_ui/src/Form/Ajax/Rearrange.php, line 48 Class Rearrange Provides a rearrange form for Views handlers. Namespace Drupal\views_ui\Form\Aja

Rearrange

Provides a rearrange form for Views handlers. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views_ui\Form\Ajax\ViewsFormBase implements ViewsFormInterfaceclass \Drupal\views_ui\Form\Ajax\Rearrange File core/modules/views_ui/src/Form/Ajax/Rearrange.php, line 14 Namespace Drupal\views

ReadOnlyStream::unlink

public ReadOnlyStream::unlink($uri) Support for unlink(). The file will not be deleted from the stream as this is a read-only stream wrapper. Parameters string $uri: A string containing the uri to the resource to delete. Return value bool TRUE so that file_delete() will remove db reference to file. File is not actually deleted. Overrides PhpStreamWrapperInterface::unlink See also http://php.net/manual/streamwrapper.unlink.php File core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php, line 1

ReadOnlyStream::stream_write

public ReadOnlyStream::stream_write($data) Support for fwrite(), file_put_contents() etc. Data will not be written as this is a read-only stream wrapper. Parameters string $data: The string to be written. Return value bool FALSE as data will not be written. Overrides PhpStreamWrapperInterface::stream_write See also http://php.net/manual/streamwrapper.stream-write.php File core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php, line 138 Class ReadOnlyStream Defines a read-only Drupal stre