Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SvgIconBuilder class core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds SVG layout icons.
SvgIconBuilder.php file core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php
SvgIconBuilder::$height property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The height of the SVG.
SvgIconBuilder::$id property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The machine name of the layout.
SvgIconBuilder::$label property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The label of the layout.
SvgIconBuilder::$padding property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The padding between regions.
SvgIconBuilder::$strokeWidth property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The width of region borders.
SvgIconBuilder::$width property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The width of the SVG.
SvgIconBuilder::build function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds a render array representation of an SVG based on an icon map.
SvgIconBuilder::buildRenderArray function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Builds a render array representation of an SVG.
SvgIconBuilder::calculateSvgValues function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Calculates the dimensions and offsets of all regions.
SvgIconBuilder::getLength function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Gets the height or width of a region.
SvgIconBuilder::getOffset function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Gets the offset for this region.
SvgIconBuilder::setHeight function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the height.
SvgIconBuilder::setId function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the ID.
SvgIconBuilder::setLabel function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the label.
SvgIconBuilder::setPadding function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the padding.
SvgIconBuilder::setStrokeWidth function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the stroke width.
SvgIconBuilder::setWidth function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Sets the width.
SwitchShortcutSet class core/modules/shortcut/src/Form/SwitchShortcutSet.php Builds the shortcut set switch form.
SwitchShortcutSet.php file core/modules/shortcut/src/Form/SwitchShortcutSet.php
SwitchShortcutSet::$shortcutSetStorage property core/modules/shortcut/src/Form/SwitchShortcutSet.php The shortcut set storage.
SwitchShortcutSet::$user property core/modules/shortcut/src/Form/SwitchShortcutSet.php The account the shortcut set is for.
SwitchShortcutSet::buildForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form constructor.
SwitchShortcutSet::checkAccess function core/modules/shortcut/src/Form/SwitchShortcutSet.php Checks access for the shortcut set switch form.
SwitchShortcutSet::create function core/modules/shortcut/src/Form/SwitchShortcutSet.php Instantiates a new instance of this class.
SwitchShortcutSet::exists function core/modules/shortcut/src/Form/SwitchShortcutSet.php Determines if a shortcut set exists already.
SwitchShortcutSet::getFormId function core/modules/shortcut/src/Form/SwitchShortcutSet.php Returns a unique string identifying the form.
SwitchShortcutSet::submitForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form submission handler.
SwitchShortcutSet::validateForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form validation handler.
SwitchShortcutSet::__construct function core/modules/shortcut/src/Form/SwitchShortcutSet.php Constructs a SwitchShortcutSet object.
SwitchToLiveForm class core/modules/workspaces/src/Form/SwitchToLiveForm.php Provides a form that switches to the live version of the site.
SwitchToLiveForm.php file core/modules/workspaces/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::$workspaceManager property core/modules/workspaces/src/Form/SwitchToLiveForm.php The workspace manager.
SwitchToLiveForm::create function core/modules/workspaces/src/Form/SwitchToLiveForm.php Instantiates a new instance of this class.
SwitchToLiveForm::getCancelUrl function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns the route to go to if the user cancels the action.
SwitchToLiveForm::getDescription function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns additional text to display as a description.
SwitchToLiveForm::getFormId function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns a unique string identifying the form.
SwitchToLiveForm::getQuestion function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns the question to ask the user.
SwitchToLiveForm::submitForm function core/modules/workspaces/src/Form/SwitchToLiveForm.php Form submission handler.
SwitchToLiveForm::__construct function core/modules/workspaces/src/Form/SwitchToLiveForm.php Constructs a new SwitchToLiveForm.
SynchronizableEntityTrait trait core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php Provides a trait for accessing synchronization information.
SynchronizableEntityTrait.php file core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableEntityTrait::$isSyncing property core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php Whether this entity is being created, updated or deleted through a
synchronization process.
SynchronizableEntityTrait::isSyncing function core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableEntityTrait::setSyncing function core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableInterface interface core/lib/Drupal/Core/Entity/SynchronizableInterface.php Defines methods for an entity that supports synchronization.
SynchronizableInterface.php file core/lib/Drupal/Core/Entity/SynchronizableInterface.php
SynchronizableInterface::isSyncing function core/lib/Drupal/Core/Entity/SynchronizableInterface.php Returns whether this entity is being changed as part of a synchronization.
SynchronizableInterface::setSyncing function core/lib/Drupal/Core/Entity/SynchronizableInterface.php Sets the status of the synchronization flag.

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