Home
last modified time | relevance | path

Searched refs:getName (Results 51 – 75 of 2279) sorted by last modified time

12345678910>>...92

/plugin/combo/ComboStrap/
H A DBrandButton.php243 if ($this->brand->getName() == \action_plugin_combo_metatwitter::CANONICAL) {
286 $name = ucfirst($this->brand->getName());
402 return "{$this->getType()}-{$this->brand->getName()}-{$this->getWidget()}-{$this->getIcon()}";
662 return "$comboLibrary:brand:{$this->getBrand()->getName()}:{$this->iconType}";
H A DCacheExpirationFrequency.php77 public static function getName(): string function in ComboStrap\\CacheExpirationFrequency
H A DDisqusIdentifier.php43 public static function getName(): string function in ComboStrap\\DisqusIdentifier
H A DDokuwikiId.php51 public static function getName(): string function in ComboStrap\\DokuwikiId
H A DEndDate.php37 public static function getName(): string function in ComboStrap\\EndDate
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DWebDriverCommand.php40 public function getName() function in Facebook\\WebDriver\\Remote\\WebDriverCommand
/plugin/combo/action/
H A Dmetacanonical.php155 $applicationName = Site::getName();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php181 $identifierName = $identifierMetadataObject::getName();
208 $name = $metadataChildObject::getName();
H A DMetadataText.php68 throw new ExceptionBadArgument("The value ($value) for the metadata ({$this->getName()}) is not one of the possible following values: " . implode(", ", $possibleValues) . ".");
/plugin/combo/ComboStrap/Meta/Field/
H A DAliasPath.php27 public static function getName(): string function in ComboStrap\\Meta\\Field\\AliasPath
H A DAliasType.php36 public static function getName(): string function in ComboStrap\\Meta\\Field\\AliasType
H A DAncestorImage.php40 public static function getName(): string function in ComboStrap\\Meta\\Field\\AncestorImage
H A DBacklinkCount.php40 public static function getName(): string function in ComboStrap\\Meta\\Field\\BacklinkCount
H A DFacebookImage.php36 public static function getName(): string function in ComboStrap\\Meta\\Field\\FacebookImage
H A DFeaturedRasterImage.php43 public static function getName(): string function in ComboStrap\\Meta\\Field\\FeaturedRasterImage
H A DPageH1.php43 static public function getName(): string function in ComboStrap\\Meta\\Field\\PageH1
103 return static::getName();
H A DPageImagePath.php39 static public function getName(): string function in ComboStrap\\Meta\\Field\\PageImagePath
H A DPageImages.php141 static public function getName(): string function in ComboStrap\\Meta\\Field\\PageImages
H A DRegion.php67 static public function getName(): string function in ComboStrap\\Meta\\Field\\Region
H A DSocialCardImage.php46 public static function getName(): string function in ComboStrap\\Meta\\Field\\SocialCardImage
H A DTwitterImage.php33 public static function getName(): string function in ComboStrap\\Meta\\Field\\TwitterImage
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php76 $this->tabs[$tab->getName()] = $tab;
88 $fieldsArray[$element->getName()] = $element->toAssociativeArray();
100 $tabs[$tab->getName()] = $tab->toAssociativeArray();
181 $data[$field->getName()] = $value;
H A DFormMetaField.php133 $field = FormMetaField::create($metadata->getName(), $metadata->getDataType());
435 function getName() function in ComboStrap\\Meta\\Form\\FormMetaField
563 return $this->getName();
H A DFormMetaTab.php57 public function getName() function in ComboStrap\\Meta\\Form\\FormMetaTab
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php124 return $database->getFromRow($metadata->getName());

12345678910>>...92