BanAdmin::submitForm

public BanAdmin::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/ban/src/Form/BanAdmin.php, line 118 Class BanAdmin Displays banned IP addresses. Namespace Drupal\ban\Form Code public function submitForm(array &$form, FormStateIn

SourceString::isSource

public SourceString::isSource() Checks whether the object is a source string. Return value bool TRUE if the object is a source string, FALSE otherwise. Overrides StringInterface::isSource File core/modules/locale/src/SourceString.php, line 16 Class SourceString Defines the locale source string object. Namespace Drupal\locale Code public function isSource() { return isset($this->source); }

MenuTreeStorageInterface::getMenuNames

public MenuTreeStorageInterface::getMenuNames() Returns the used menu names in the tree storage. Return value array The menu names. File core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php, line 261 Class MenuTreeStorageInterface Defines an interface for storing a menu tree containing menu link IDs. Namespace Drupal\Core\Menu Code public function getMenuNames();

ViewExecutable::$offset

The pager offset. Type: int File core/modules/views/src/ViewExecutable.php, line 101 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $offset = NULL;

RecursiveContextualValidator::$metadataFactory

The metadata factory. Type: \Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface File core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php, line 44 Class RecursiveContextualValidator Defines a recursive contextual validator for Typed Data. Namespace Drupal\Core\TypedData\Validation Code protected $metadataFactory;

Connection::driver

abstract public Connection::driver() Returns the type of database driver. This is not necessarily the same as the type of the database itself. For instance, there could be two MySQL drivers, mysql and mysql_mock. This function would return different values for each, but both would return "mysql" for databaseType(). Return value string The type of database driver. File core/lib/Drupal/Core/Database/Connection.php, line 1264 Class Connection Base Database API class. Namespace Drupal\Core

TableMappingInterface::DELTA

A property that represents delta used in entity query conditions. File core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php, line 25 Class TableMappingInterface Provides a common interface for mapping field columns to SQL tables. Namespace Drupal\Core\Entity\Sql Code const DELTA = '%delta';

NodeStorageInterface::countDefaultLanguageRevisions

public NodeStorageInterface::countDefaultLanguageRevisions(NodeInterface $node) Counts the number of revisions in the default language. Parameters \Drupal\node\NodeInterface $node: The node entity. Return value int The number of revisions in the default language. File core/modules/node/src/NodeStorageInterface.php, line 45 Class NodeStorageInterface Defines an interface for node entity storage classes. Namespace Drupal\node Code public function countDefaultLanguageRevisions(NodeInter

user_form_process_password_confirm

user_form_process_password_confirm($element) Form element process handler for client-side password validation. This #process handler is automatically invoked for 'password_confirm' form elements to add the JavaScript and string translations for dynamic password validation. File core/modules/user/user.module, line 1240 Enables the user registration and login system. Code function user_form_process_password_confirm($element) { $password_settings = array( 'confirmTitle' => t('Passwords

SqlContentEntityStorageSchema::onEntityTypeDelete

public SqlContentEntityStorageSchema::onEntityTypeDelete(EntityTypeInterface $entity_type) Reacts to the deletion of the entity type. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type being deleted. Overrides EntityTypeListenerInterface::onEntityTypeDelete File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 344 Class SqlContentEntityStorageSchema Defines a schema handler that supports revisionable, translatable entities. Namespace