ModerationInformationInterface

Interface for moderation_information service. Hierarchy interface \Drupal\content_moderation\ModerationInformationInterface File core/modules/content_moderation/src/ModerationInformationInterface.php, line 12 Namespace Drupal\content_moderation Members Name Modifiers Type Description ModerationInformationInterface::canModerateEntitiesOfEntityType public function Determines if an entity type can have moderated entities. ModerationInformationInterface::getDefaultRevision

DblogFilterForm::validateForm

public DblogFilterForm::validateForm(array &$form, FormStateInterface $form_state) Form validation 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 FormBase::validateForm File core/modules/dblog/src/Form/DblogFilterForm.php, line 66 Class DblogFilterForm Provides the database logging filter form. Namespace Drupal\dblog\Form Code public function vali

EntityTypeBundleInfoInterface::getBundleInfo

public EntityTypeBundleInfoInterface::getBundleInfo($entity_type) Gets the bundle info of an entity type. Parameters string $entity_type: The entity type. Return value array An array of bundle information where the outer array is keyed by the bundle name, or the entity type name if the entity does not have bundles. The inner arrays are associative arrays of bundle information, such as the label for the bundle. File core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php, line 33 Clas

PhpBackend::invalidateMultiple

public PhpBackend::invalidateMultiple(array $cids) Marks cache items as invalid. Invalid items may be returned in later calls to get(), if the $allow_invalid argument is TRUE. Parameters string[] $cids: An array of cache IDs to invalidate. Overrides CacheBackendInterface::invalidateMultiple See also \Drupal\Core\Cache\CacheBackendInterface::deleteMultiple() \Drupal\Core\Cache\CacheBackendInterface::invalidate() \Drupal\Core\Cache\CacheBackendInterface::invalidateAll() File core/lib/Drupal/Cor