CheckProvider::$checkMethods

Array of access check method names keyed by service ID. Type: array File core/lib/Drupal/Core/Access/CheckProvider.php, line 37 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $checkMethods = array();

ModulesListForm::buildForm

public ModulesListForm::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/system/src/Form/ModulesListForm.php, line 115 Class ModulesListForm Provides module installation interface. Namespace Drupal\system\Form

ModerationHandler::createInstance

public static ModerationHandler::createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) Instantiates a new instance of this entity handler. This is a factory method that returns a new instance of this object. The factory should pass any needed dependencies into the constructor of this object, but not the container itself. Every call to this method must return a new instance of this object; that is, it may not implement a singleton. Parameters \Symfony\Component\Depende

ModerationHandlerInterface::enforceRevisionsBundleFormAlter

public ModerationHandlerInterface::enforceRevisionsBundleFormAlter(array &$form, FormStateInterface $form_state, $form_id) Alters bundle forms to enforce revision handling. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. string $form_id: The form id. See also hook_form_alter() File core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php, line 71

FieldItemInterface

Interface for entity field items. Entity field items are typed data objects containing the field values, i.e. implementing the ComplexDataInterface. When implementing this interface which extends Traversable, make sure to list IteratorAggregate or Iterator before this interface in the implements clause. Hierarchy interface \Drupal\Core\TypedData\TypedDataInterfaceinterface \Drupal\Core\TypedData\TraversableTypedDataInterface extends \Traversableinterface \Drupal\Core\TypedData\ComplexDataInterf

responsive-image-formatter.html.twig

Default theme implementation to display a formatted responsive image field. Available variables: responsive_image: A collection of responsive image data. url: An optional URL the image can be linked to. See also template_preprocess_responsive_image_formatter() File core/modules/responsive_image/templates/responsive-image-formatter.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

Mapping

Defines a mapping configuration element. This object may contain any number and type of nested properties and each property key may have its own definition in the 'mapping' property of the configuration schema. Properties in the configuration value that are not defined in the mapping will get the 'undefined' data type. Read https://www.drupal.org/node/1905070 for more details about configuration schema, types and type resolution. Hierarchy class \Drupal\Core\TypedData\TypedData implements Plugi

SubformState

Stores information about the state of a subform. Hierarchy class \Drupal\Core\Form\FormStateDecoratorBase implements FormStateInterfaceclass \Drupal\Core\Form\SubformState implements SubformStateInterface uses FormStateValuesTrait File core/lib/Drupal/Core/Form/SubformState.php, line 10 Namespace Drupal\Core\Form Members Name Modifiers Type Description FormStateDecoratorBase::$decoratedFormState protected property The decorated form state. FormStateDecoratorBase::addB

batch_set

batch_set($batch_definition) Adds a new batch. Batch operations are added as new batch sets. Batch sets are used to spread processing (primarily, but not exclusively, forms processing) over several page requests. This helps to ensure that the processing is not interrupted due to PHP timeouts, while users are still able to receive feedback on the progress of the ongoing operations. Combining related operations into distinct batch sets provides clean code independence for each batch set, ensuring

ViewsData::$langcode

The current language code. Type: string File core/modules/views/src/ViewsData.php, line 74 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $langcode;