BookExport::$nodeStorage

The node storage. Type: \Drupal\Core\Entity\EntityStorageInterface File core/modules/book/src/BookExport.php, line 20 Class BookExport Provides methods for exporting book to different formats. Namespace Drupal\book Code protected $nodeStorage;

ViewUI::$isUninstalling

Whether the config is being deleted through the uninstall process. Type: bool File core/modules/views_ui/src/ViewUI.php, line 136 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code private $isUninstalling = FALSE;

PoMetadataInterface::getHeader

public PoMetadataInterface::getHeader() Get header metadata. Return value \Drupal\Component\Gettext\PoHeader $header Header instance representing metadata in a PO header. File core/lib/Drupal/Component/Gettext/PoMetadataInterface.php, line 43 Class PoMetadataInterface Methods required for both reader and writer implementations. Namespace Drupal\Component\Gettext Code public function getHeader();

FieldConfigListBuilder::render

public FieldConfigListBuilder::render($target_entity_type_id = NULL, $target_bundle = NULL) 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/modules/field_ui/src/FieldConfigListBuilder.php, line 75 Class FieldConfigListBuilder Provides lists of field config entities. Namespace Drupal\field_ui Code public function render($target_entity_type_id = NULL, $target_bundle =

ConfigImportSubscriber::getThemeData

protected ConfigImportSubscriber::getThemeData() Gets theme data. Return value \Drupal\Core\Extension\Extension[] File core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php, line 287 Class ConfigImportSubscriber Config import subscriber for config import events. Namespace Drupal\Core\EventSubscriber Code protected function getThemeData() { if (!isset($this->themeData)) { $this->themeData = $this->themeHandler->rebuildThemeData(); } return $this->them

FieldStorageConfigListBuilder::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/field_ui/src/FieldStorageConfigListBuilder.php, line 33 Class FieldStorageConfigListBuilder Defines a class to build a listing of fields. Namespace Drupal\field_ui Code protected $entityManager;

FieldStorageConfigListBuilder::$fieldTypeManager

The field type manager. Type: \Drupal\Core\Field\FieldTypePluginManagerInterface File core/modules/field_ui/src/FieldStorageConfigListBuilder.php, line 47 Class FieldStorageConfigListBuilder Defines a class to build a listing of fields. Namespace Drupal\field_ui Code protected $fieldTypeManager;

BaseFieldDefinition::getCardinality

public BaseFieldDefinition::getCardinality() Returns the maximum number of items allowed for the field. Possible values are positive integers or FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED. Return value int The field cardinality. Overrides FieldStorageDefinitionInterface::getCardinality File core/lib/Drupal/Core/Field/BaseFieldDefinition.php, line 257 Class BaseFieldDefinition A class for defining entity fields. Namespace Drupal\Core\Field Code public function getCardinalit

file_requirements

file_requirements($phase) Implements hook_requirements(). Display information about getting upload progress bars working. File core/modules/file/file.install, line 65 Install, update and uninstall functions for File module. Code function file_requirements($phase) { $requirements = array(); // Check the server's ability to indicate upload progress. if ($phase == 'runtime') { $description = NULL; $implementation = file_progress_implementation(); $server_software = \Drupal::re

image-anchor.html.twig

Default theme implementation for a 3x3 grid of checkboxes for image anchors. Available variables: table: HTML for the table of image anchors. See also template_preprocess_image_anchor() File core/modules/image/templates/image-anchor.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.