FieldConfigDeleteForm::submitForm

public FieldConfigDeleteForm::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 un

BreakpointInterface

Interface for Breakpoint plugins. Hierarchy interface \Drupal\breakpoint\BreakpointInterface File core/modules/breakpoint/src/BreakpointInterface.php, line 8 Namespace Drupal\breakpoint Members Name Modifiers Type Description BreakpointInterface::getGroup public function Returns the breakpoint group. BreakpointInterface::getLabel public function Returns the translated label. BreakpointInterface::getMediaQuery public function Returns the media query. Bre

NodeInterface::getCreatedTime

public NodeInterface::getCreatedTime() Gets the node creation timestamp. Return value int Creation timestamp of the node. File core/modules/node/src/NodeInterface.php, line 48 Class NodeInterface Provides an interface defining a node entity. Namespace Drupal\node Code public function getCreatedTime();

CSS_STATE

The default weight for CSS rules that style states and are not included with components. File core/includes/common.inc, line 99 Common functions that many Drupal modules will need to reference. Code const CSS_STATE = 100;

CommentInterface::NOT_PUBLISHED

Comment is awaiting approval. File core/modules/comment/src/CommentInterface.php, line 17 Class CommentInterface Provides an interface defining a comment entity. Namespace Drupal\comment Code const NOT_PUBLISHED = 0;

Pager

Provides a render element for a pager. The pager must be initialized with a call to pager_default_initialize() in order to render properly. When used with database queries, this is performed for you when you extend a select query with \Drupal\Core\Database\Query\PagerSelectExtender. Properties: #element: (optional, int) The pager ID, to distinguish between multiple pagers on the same page (defaults to 0). #parameters: (optional) An associative array of query string parameters to append to the

NodeRevisionRevertForm

Provides a form for reverting a node revision. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\node\Form\NodeRevisionRevertForm File core/modules/node/src/Form/NodeRevisionRevertForm.php, line 16 Namespace Drupal\n

EntityDisplayInterface::getMode

public EntityDisplayInterface::getMode() Gets the view or form mode to be displayed. Return value string The mode to be displayed. File core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php, line 103 Class EntityDisplayInterface Provides a common interface for entity displays. Namespace Drupal\Core\Entity\Display Code public function getMode();

SettingsCommand

AJAX command for adjusting Drupal's JavaScript settings. The 'settings' command instructs the client either to use the given array as the settings for ajax-loaded content or to extend drupalSettings with the given array, depending on the value of the $merge parameter. This command is implemented by Drupal.AjaxCommands.prototype.settings() defined in misc/ajax.js. Hierarchy class \Drupal\Core\Ajax\SettingsCommand implements CommandInterface Related topics Ajax API Overview for Drupal's Ajax A

FilterFormat::$filterCollection

Holds the collection of filters that are attached to this format. Type: \Drupal\filter\FilterPluginCollection File core/modules/filter/src/Entity/FilterFormat.php, line 122 Class FilterFormat Represents a text format. Namespace Drupal\filter\Entity Code protected $filterCollection;