You are here

class BlazyAdmin in Blazy 8.2

Same name and namespace in other branches
  1. 8 src/Form/BlazyAdmin.php \Drupal\blazy\Form\BlazyAdmin
  2. 7 src/Form/BlazyAdmin.php \Drupal\blazy\Form\BlazyAdmin

Provides admin form specific to Blazy admin.

Hierarchy

Expanded class hierarchy of BlazyAdmin

1 file declares its use of BlazyAdmin
BlazyAdminUnitTest.php in tests/src/Unit/Form/BlazyAdminUnitTest.php
1 string reference to 'BlazyAdmin'
blazy.services.yml in ./blazy.services.yml
blazy.services.yml
1 service uses BlazyAdmin
blazy.admin in ./blazy.services.yml
Drupal\blazy\Form\BlazyAdmin

File

src/Form/BlazyAdmin.php, line 8

Namespace

Drupal\blazy\Form
View source
class BlazyAdmin extends BlazyAdminBase {

}

Members

Namesort descending Modifiers Type Description Overrides
BlazyAdminBase::$blazyManager protected property The blazy manager service.
BlazyAdminBase::$dateFormatter protected property The date formatter service.
BlazyAdminBase::$entityDisplayRepository protected property The entity type manager service.
BlazyAdminBase::$typedConfig protected property The typed config manager service.
BlazyAdminBase::baseForm public function Returns simple form elements common for Views field, EB widget, formatters.
BlazyAdminBase::blazyManager public function Returns the blazy manager.
BlazyAdminBase::breakpointsForm public function Deprecated method to remove.
BlazyAdminBase::closingForm public function Returns shared ending form elements across field formatter and Views. 1
BlazyAdminBase::create public static function
BlazyAdminBase::finalizeForm public function Returns re-usable logic, styling and assets across fields and Views.
BlazyAdminBase::getCacheOptions public function Returns time in interval for select options.
BlazyAdminBase::getEntityAsOptions public function Returns available entities for select options.
BlazyAdminBase::getEntityDisplayRepository public function Returns the entity display repository.
BlazyAdminBase::getLightboxCaptionOptions public function Returns available lightbox captions for select options.
BlazyAdminBase::getOptionsetOptions public function Returns available optionsets for select options.
BlazyAdminBase::getResponsiveImageOptions public function Returns Responsive image for select options.
BlazyAdminBase::getState protected function Get one of the pre-defined states used in this form.
BlazyAdminBase::getTypedConfig public function Returns the typed config.
BlazyAdminBase::getViewModeOptions public function Returns available view modes for select options.
BlazyAdminBase::gridForm public function Returns re-usable grid elements across field formatter and Views.
BlazyAdminBase::mediaSwitchForm public function Returns re-usable media switch form elements.
BlazyAdminBase::openingForm public function Returns shared form elements across field formatter and Views. 1
BlazyAdminBase::STATE_IFRAME_ENABLED constant A state that represents the media switch iframe is enabled.
BlazyAdminBase::STATE_IMAGE_RENDERED_ENABLED constant A state that represents the image rendered switch is enabled.
BlazyAdminBase::STATE_LIGHTBOX_CUSTOM constant A state that represents the custom lightbox caption is enabled.
BlazyAdminBase::STATE_LIGHTBOX_ENABLED constant A state that represents the media switch lightbox is enabled.
BlazyAdminBase::STATE_RESPONSIVE_IMAGE_STYLE_DISABLED constant A state that represents the responsive image style is disabled.
BlazyAdminBase::STATE_THUMBNAIL_STYLE_ENABLED constant A state that represents the thumbnail style is enabled.
BlazyAdminBase::__construct public function Constructs a BlazyAdminBase object.
StringTranslationTrait::$stringTranslation protected property The string translation service. 1
StringTranslationTrait::formatPlural protected function Formats a string containing a count of items.
StringTranslationTrait::getNumberOfPlurals protected function Returns the number of plurals supported by a given language.
StringTranslationTrait::getStringTranslation protected function Gets the string translation service.
StringTranslationTrait::setStringTranslation public function Sets the string translation service to use. 2
StringTranslationTrait::t protected function Translates a string to the current language or to a given language.