Breakpoint::getMediaQuery

public Breakpoint::getMediaQuery() Returns the media query. Return value string The media query. Overrides BreakpointInterface::getMediaQuery File core/modules/breakpoint/src/Breakpoint.php, line 32 Class Breakpoint Default object used for breakpoint plugins. Namespace Drupal\breakpoint Code public function getMediaQuery() { return $this->pluginDefinition['mediaQuery']; }

Breakpoint::getMultipliers

public Breakpoint::getMultipliers() Returns the multipliers. Return value array The multipliers. Overrides BreakpointInterface::getMultipliers File core/modules/breakpoint/src/Breakpoint.php, line 39 Class Breakpoint Default object used for breakpoint plugins. Namespace Drupal\breakpoint Code public function getMultipliers() { return $this->pluginDefinition['multipliers']; }

breakpoint.module

Manage breakpoints and breakpoint groups for responsive designs. File core/modules/breakpoint/breakpoint.module Functions Name Description breakpoint_help Implements hook_help(). breakpoint_themes_installed Implements hook_themes_installed() breakpoint_themes_uninstalled Implements hook_themes_uninstalled()

BreakLockForm::__construct

public BreakLockForm::__construct(EntityManagerInterface $entity_manager, SharedTempStoreFactory $temp_store_factory) Constructs a \Drupal\views_ui\Form\BreakLockForm object. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The Entity manager. \Drupal\user\SharedTempStoreFactory $temp_store_factory: The factory for the temp store object. File core/modules/views_ui/src/Form/BreakLockForm.php, line 38 Class BreakLockForm Builds the form to break the lock of an edited v

Breakpoint

Default object used for breakpoint plugins. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\breakpoint\Breakpoint implements BreakpointInterface See also \Drupal\breakpoint\BreakpointManager Plugin API File core/modules/breakpoint/src/Breakpoint.php, line 13 Namespace Drupal\breakpoint Members Name Modif

BreakLockForm::getQuestion

public BreakLockForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ConfirmFormInterface::getQuestion File core/modules/views_ui/src/Form/BreakLockForm.php, line 63 Class BreakLockForm Builds the form to break the lock of an edited view. Namespace Drupal\views_ui\Form Code public function getQuestion() { return $this->t('Do you want to break the lock on view %name?', array('%name' =&g

BreakLockForm::getCancelUrl

public BreakLockForm::getCancelUrl() Returns the route to go to if the user cancels the action. Return value \Drupal\Core\Url A URL object. Overrides ConfirmFormInterface::getCancelUrl File core/modules/views_ui/src/Form/BreakLockForm.php, line 83 Class BreakLockForm Builds the form to break the lock of an edited view. Namespace Drupal\views_ui\Form Code public function getCancelUrl() { return $this->entity->urlInfo('edit-form'); }

BreakLockForm::submitForm

public BreakLockForm::submitForm(array &$form, FormStateInterface $form_state) 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 can be updated, this way the subsequently invoked handlers can retrieve a regular entity object to act on. Generally this method should not be overridden unless the

BreakLockForm::getFormId

public BreakLockForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides EntityForm::getFormId File core/modules/views_ui/src/Form/BreakLockForm.php, line 56 Class BreakLockForm Builds the form to break the lock of an edited view. Namespace Drupal\views_ui\Form Code public function getFormId() { return 'views_ui_break_lock_confirm'; }

BreakLockForm::getDescription

public BreakLockForm::getDescription() Returns additional text to display as a description. Return value string The form description. Overrides EntityConfirmFormBase::getDescription File core/modules/views_ui/src/Form/BreakLockForm.php, line 70 Class BreakLockForm Builds the form to break the lock of an edited view. Namespace Drupal\views_ui\Form Code public function getDescription() { $locked = $this->tempStore->getMetadata($this->entity->id()); $account = $this->e